Added drop table for users too

This commit is contained in:
Zach P 2022-08-04 21:26:47 -07:00 committed by GitHub
parent 8c2c5d3ebf
commit b77eed6847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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