TESTING PLAYERLIST AGIANNNNN

This commit is contained in:
Thomas G 2022-07-12 23:51:51 +10:00
parent 75d2e884bb
commit e3335f938c
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ if (Auth::check()) {
$id = addslashes(Auth::id());
} else {
$randName = mt_rand(1, 9999);
$username = "Guest " . $randName;
$username = "Thomas";
//$username = "Guest " . $randName;
$id = mt_rand(9999, 999999);
}
$ip = addslashes($_GET["ip"]);