mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-10 22:56:07 +00:00
some fixes by SalmonPlus
This commit is contained in:
@@ -963,7 +963,8 @@ class Automation {
|
||||
if($enforce['u'.$i]>'0'){
|
||||
$database->modifyEnforce($enforce['id'],$i,round($battlepart[2]*$enforce['u'.$i]),0);
|
||||
$dead[$i]+=round($battlepart[2]*$enforce['u'.$i]);
|
||||
if($dead[$i]!=$enforce['u'.$i]){
|
||||
$checkpoint=round($battlepart[2]*$enforce['u'.$i]);
|
||||
if($checkpoint!=$enforce['u'.$i]){
|
||||
$wrong='1';
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user