From 52fcb41dd374f8acdefc602474ff14de8929fd45 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 8 Jun 2013 19:49:26 +0000 Subject: ProtectionAreas: Implemented the ProtRemUserAll command's DB access git-svn-id: http://mc-server.googlecode.com/svn/trunk@1567 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- MCServer/Plugins/ProtectionAreas/CommandHandlers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MCServer/Plugins/ProtectionAreas/CommandHandlers.lua') diff --git a/MCServer/Plugins/ProtectionAreas/CommandHandlers.lua b/MCServer/Plugins/ProtectionAreas/CommandHandlers.lua index b28c5149a..4ed629ed8 100644 --- a/MCServer/Plugins/ProtectionAreas/CommandHandlers.lua +++ b/MCServer/Plugins/ProtectionAreas/CommandHandlers.lua @@ -308,7 +308,7 @@ function HandleRemoveUserAll(a_Split, a_Player) end -- Remove the user from the DB - g_Storage.RemoveUserAll(a_Split[2], a_Player:GetWorld():GetName()); + g_Storage:RemoveUserAll(a_Split[2], a_Player:GetWorld():GetName()); return true; end -- cgit v1.2.3