Skip to content

Commit

Permalink
Revert "Fixes for MariaDB, added memcached for repetitive queries lik…
Browse files Browse the repository at this point in the history
…e bots, returned game processing to only be performed via gamemaster.php to avoid deadlocks"

This reverts commit f490c19.
  • Loading branch information
diptobi1 committed Jan 4, 2022
1 parent 62d15fe commit b145e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function logJavaScriptError() {

$results = $O->getResults();

if( false && $newReady && !$oldReady )
if( $newReady && !$oldReady )
{
$results['process']='Checked';

Expand Down

0 comments on commit b145e9e

Please sign in to comment.