mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Continues to add default sql indexes and table optimisations (#24456)
* adds default sql indexes and table optimisations * fixes warnings * edits to text and better update queries * wrong table * superior copypaste skills * who has * names * that long * add inet * fix for badmins giving 2 billion brainloss * fixes rank name and adds sanitizing
This commit is contained in:
@@ -249,7 +249,7 @@
|
||||
else
|
||||
message_admins("Ban process: A mob matching [playermob.ckey] was found at location [playermob.x], [playermob.y], [playermob.z]. Custom ip and computer id fields replaced with the ip and computer id from the located mob.")
|
||||
|
||||
if(!DB_ban_record(bantype, playermob, banduration, banreason, banjob, null, banckey, banip, bancid ))
|
||||
if(!DB_ban_record(bantype, playermob, banduration, banreason, banjob, banckey, banip, bancid ))
|
||||
usr << "<span class='danger'>Failed to apply ban.</span>"
|
||||
return
|
||||
create_message("note", banckey, null, banreason, null, null, 0, 0)
|
||||
|
||||
Reference in New Issue
Block a user