mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-24 12:07:15 +00:00
Fix vacation mode #2
This commit is contained in:
@@ -186,7 +186,6 @@ class Units {
|
|||||||
//break;
|
//break;
|
||||||
}
|
}
|
||||||
//check if vacation mode:
|
//check if vacation mode:
|
||||||
$villageOwner = $database->getVillageField($id,'owner');
|
|
||||||
if($database->getvacmodexy($id)){
|
if($database->getvacmodexy($id)){
|
||||||
$form->addError("error","User is on vacation mode");
|
$form->addError("error","User is on vacation mode");
|
||||||
//break;
|
//break;
|
||||||
|
|||||||
Reference in New Issue
Block a user