Fixes for fixes

This commit is contained in:
Mycroft
2021-04-05 22:26:15 +01:00
parent c48b75d928
commit 1483f3363c
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -15,7 +15,6 @@ if Config.UseDeferrals then
break
end
end
end
if identifier then
MySQL.Async.fetchAll('SELECT firstname, lastname, dateofbirth, sex, height FROM users WHERE identifier = @identifier', {
@@ -120,7 +119,6 @@ elseif not Config.UseDeferrals then
break
end
end
end
if identifier then
MySQL.Async.fetchAll('SELECT firstname, lastname, dateofbirth, sex, height FROM users WHERE identifier = @identifier', {