mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 10:49:48 +02:00
- fixed bug where we used wrong var name to save quit time to db
This commit is contained in:
@@ -194,7 +194,7 @@
|
||||
|
||||
$quitTime = 0;
|
||||
if ( isset( $_GET['quitTime_' . $factionNumber] ) ) {
|
||||
$quitTimer = clean_str( $_GET['quitTime_' . $factionNumber] );
|
||||
$quitTime = clean_str( $_GET['quitTime_' . $factionNumber] );
|
||||
}
|
||||
|
||||
$playerUUID = "";
|
||||
|
Reference in New Issue
Block a user