summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/ProtectionAreas/CommandHandlers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'MCServer/Plugins/ProtectionAreas/CommandHandlers.lua')
-rw-r--r--MCServer/Plugins/ProtectionAreas/CommandHandlers.lua2
1 files changed, 1 insertions, 1 deletions
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