mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 10:03:45 +00:00
Fix to_chat typo
This file is unchecked so it's not being used, but I'd still rather not leave this.
This commit is contained in:
@@ -141,7 +141,7 @@ var/savefile/Banlistjob
|
||||
|
||||
Banlistjob.cd = "/base"
|
||||
if ( Banlistjob.dir.Find("[ckey][computerid][rank]") )
|
||||
to_char(usr,"<font color='red'>Banjob already exists.</font>")
|
||||
to_chat(usr,"<font color='red'>Banjob already exists.</font>")
|
||||
return 0
|
||||
else
|
||||
Banlistjob.dir.Add("[ckey][computerid][rank]")
|
||||
|
||||
Reference in New Issue
Block a user