Merge branch 'develop' into feature/new-router

This commit is contained in:
slawkens
2022-10-28 17:33:22 +02:00
14 changed files with 54 additions and 56 deletions

View File

@@ -62,6 +62,7 @@ if(isset($_REQUEST['todo']) && $_REQUEST['todo'] == 'save') {
}
}
}
if(!$is_invited) {
$errors[] = 'Character '.$player->getName() .' isn\'t invited to guild <b>'.$guild->getName().'</b>.';
}
@@ -121,5 +122,3 @@ else {
));
}
}
?>