mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: this got commented-out by a debug mistake :-O :-/ :-(
This commit is contained in:
@@ -1039,9 +1039,10 @@ class Automation {
|
||||
if(file_exists($autoprefix."GameEngine/Prevention/sendunits.txt")) {
|
||||
unlink($autoprefix."GameEngine/Prevention/sendunits.txt");
|
||||
}
|
||||
|
||||
$reload=false;
|
||||
//$ourFileHandle = fopen("GameEngine/Prevention/sendunits.txt", 'w');
|
||||
//fclose($ourFileHandle);
|
||||
$ourFileHandle = fopen("GameEngine/Prevention/sendunits.txt", 'w');
|
||||
fclose($ourFileHandle);
|
||||
$time = time();
|
||||
$q = "
|
||||
SELECT
|
||||
|
||||
Reference in New Issue
Block a user