mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 19:00:07 +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;
|
$quitTime = 0;
|
||||||
if ( isset( $_GET['quitTime_' . $factionNumber] ) ) {
|
if ( isset( $_GET['quitTime_' . $factionNumber] ) ) {
|
||||||
$quitTimer = clean_str( $_GET['quitTime_' . $factionNumber] );
|
$quitTime = clean_str( $_GET['quitTime_' . $factionNumber] );
|
||||||
}
|
}
|
||||||
|
|
||||||
$playerUUID = "";
|
$playerUUID = "";
|
||||||
|
Reference in New Issue
Block a user