Fix spacing

This commit is contained in:
Vortrex
2021-03-08 19:06:35 -06:00
parent 9be7e466d4
commit 3c8b0dd98d

View File

@@ -274,7 +274,7 @@ function showJobInformationToPlayer(client, jobType) {
break;
case AG_JOB_FIRE:
if(!canClientUseFireJob(client)){
if(!canClientUseFireJob(client)) {
return false;
}
messagePlayerInfo(client, "== Job Help =================================");