mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 00:26:02 +01:00
Fix to_chat typo
This file is unchecked so it's not being used, but I'd still rather not leave this. (cherry picked from commit 00b61d9bcb36e08aca10d72dcf0e2d00655a9527)
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