mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-26 06:07:03 +01:00
why won't it just work
this is for when people can't get in after registering for who knows what fucking reason
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/client/proc/discordnulls()
|
||||
set category = "Debug"
|
||||
set name = "Delete Discord Nulls"
|
||||
set desc = "Delete rows in the database where discord_id is NULL."
|
||||
if(!SSdiscord)
|
||||
return
|
||||
SSdiscord.delete_nulls()
|
||||
message_admins("[key_name(usr)] has attempted to clear NULLs from the discord database")
|
||||
log_admin("[key_name(usr)] has attempted to clear NULLs from the discord database")
|
||||
Reference in New Issue
Block a user