mirror of
https://github.com/TeamUlysses/ulx.git
synced 2025-03-04 03:03:13 -05:00
Added drop table for users too
This commit is contained in:
parent
8c2c5d3ebf
commit
b77eed6847
@ -401,6 +401,10 @@ function ulx.resettodefaults( calling_ply, param )
|
||||
if sql.TableExists( "ulib_bans" ) then
|
||||
sql.Query( "DROP TABLE ulib_bans" )
|
||||
end
|
||||
|
||||
if sql.TableExists( "ulib_users" ) then
|
||||
sql.Query( "DROP TABLE ulib_users" )
|
||||
end
|
||||
|
||||
local str = "Please change levels to finish the reset"
|
||||
if calling_ply:IsValid() then
|
||||
|
Loading…
Reference in New Issue
Block a user