Skip to content

Commit

Permalink
Merge pull request #23 from Gamecrafter/master
Browse files Browse the repository at this point in the history
Small fix
  • Loading branch information
falkirks committed Dec 15, 2015
2 parents a0a571f + 7be3f97 commit 70b08ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/specter/network/SpecterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function openSession($username, $address = "SPECTER", $port = 19133){
$pk->username = $username;
$pk->clientId = 1;
// $pk->loginData = "fake";
$pk->clientUUID = UUID::fromData($address, $port, $pk->clientId);
$pk->clientUUID = UUID::fromData($address, $port, $username);
$pk->clientSecret = null;
$pk->protocol1 = Info::CURRENT_PROTOCOL;
$pk->slim = false;
Expand Down

0 comments on commit 70b08ec

Please sign in to comment.