Fixed up the things pointed out by Ccomp5950.

This commit is contained in:
Null Snapshot
2015-07-09 22:19:05 -07:00
parent 49ea79d0b3
commit 168f823c35
2 changed files with 15 additions and 11 deletions

View File

@@ -61,10 +61,10 @@
var/guest_jobban = 1
var/usewhitelist = 0
var/kick_inactive = 0 //force disconnect for inactive players
var/show_mods
var/show_mentors
var/mods_can_tempban
var/mods_can_job_tempban
var/show_mods = 0
var/show_mentors = 0
var/mods_can_tempban = 0
var/mods_can_job_tempban = 0
var/mod_tempban_max = 1440
var/mod_job_tempban_max = 1440
var/load_jobs_from_txt = 0