- fixed bug where we used wrong var name to save quit time to db

This commit is contained in:
Mark Vejvoda 2013-11-02 23:38:19 +00:00
parent 3fb957a13e
commit b20d0cc0e4
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@
$quitTime = 0;
if ( isset( $_GET['quitTime_' . $factionNumber] ) ) {
$quitTimer = clean_str( $_GET['quitTime_' . $factionNumber] );
$quitTime = clean_str( $_GET['quitTime_' . $factionNumber] );
}
$playerUUID = "";