mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-16 16:21:01 +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")) {
|
if(file_exists($autoprefix."GameEngine/Prevention/sendunits.txt")) {
|
||||||
unlink($autoprefix."GameEngine/Prevention/sendunits.txt");
|
unlink($autoprefix."GameEngine/Prevention/sendunits.txt");
|
||||||
}
|
}
|
||||||
|
|
||||||
$reload=false;
|
$reload=false;
|
||||||
//$ourFileHandle = fopen("GameEngine/Prevention/sendunits.txt", 'w');
|
$ourFileHandle = fopen("GameEngine/Prevention/sendunits.txt", 'w');
|
||||||
//fclose($ourFileHandle);
|
fclose($ourFileHandle);
|
||||||
$time = time();
|
$time = time();
|
||||||
$q = "
|
$q = "
|
||||||
SELECT
|
SELECT
|
||||||
|
|||||||
Reference in New Issue
Block a user