I should make this more robust. Fuck.
This commit is contained in:
skull132
2017-04-17 14:25:29 +03:00
committed by GitHub
parent ce8cee4cbd
commit e54af87ebf
3 changed files with 3 additions and 6 deletions
-4
View File
@@ -16,10 +16,6 @@ var/jobban_keylist[0] //to store the keys & ranks
//returns a reason if M is banned from rank, returns 0 otherwise
/proc/jobban_isbanned(mob/M, rank)
if(M && rank)
/*
if(_jobban_isbanned(M, rank)) return "Reason Unspecified" //for old jobban
*/
if (guest_jobbans(rank))
if(config.guest_jobban && IsGuestKey(M.key))
return "Guest Job-ban"