mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-19 19:29:15 +12:00
implement gifting to ppemu
This commit is contained in:
parent
be9b0ba8e0
commit
ddbf1fd67b
8 changed files with 321 additions and 166 deletions
|
@ -122,7 +122,7 @@ for($i = 0; $i < count($server_list); $i++)
|
|||
}
|
||||
else
|
||||
{
|
||||
$newUser = getUserExistInExt($database, $player_id);
|
||||
$newUser = !getUserExistInExt($database, $player_id);
|
||||
|
||||
if(!$newUser){
|
||||
$loginDate = getUserLoginDate($database, $player_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue