mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
gpack update
Now you can implement T4 graphic in T3.6 version
This commit is contained in:
@@ -149,10 +149,11 @@ class Units {
|
||||
if (!$database->getVillageState($id)){
|
||||
$form->addError("error","Coordinates do not exist");
|
||||
//check vaction mode- by advocaite
|
||||
if($database->getvacmodexy($id)){
|
||||
if($database->getUserField($_POST['user'],"vac_mode",1) == 1){
|
||||
//if($database->getvacmodexy($id)){
|
||||
$form->addError("error","User is on vacation mode");
|
||||
}
|
||||
//END Vaction mode check
|
||||
//END Vaction mode check
|
||||
}
|
||||
}
|
||||
if (!empty($coor)) {
|
||||
|
||||
Reference in New Issue
Block a user