Skip to content

Commit

Permalink
Fixed #1173
Browse files Browse the repository at this point in the history
  • Loading branch information
FPtje committed Dec 5, 2013
1 parent de38c59 commit 195f257
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -234,7 +234,7 @@ FAdmin.StartHooks["KickBan"] = function()
FAdmin.Access.AddPrivilege("UnBan", 2)
end

hook.Add("InitPostEntity", "FAdmin_Retrievebans", function()
hook.Add("DarkRPDBInitialized", "FAdmin_Retrievebans", function()
timer.Simple(2, function()
local RetrieveBans = hook.Call("FAdmin_RetrieveBans", nil)

Expand Down Expand Up @@ -270,4 +270,4 @@ hook.Add("InitPostEntity", "FAdmin_Retrievebans", function()
end
file.Delete("FAdmin/Bans.txt", "DATA")
end
end)
end)

0 comments on commit 195f257

Please sign in to comment.