From a89d5f53fd51d4f7c95e6f32a3b1222f23a9cc35 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Thu, 23 Apr 2015 22:20:31 +0200 Subject: Refactored ManualBindings' callbacks using templates. This is a bit easier to read, has better error reporting and fixes a few subtle bugs. Fixes #1889. --- MCServer/Plugins/Debuggers/Debuggers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MCServer/Plugins/Debuggers/Debuggers.lua') diff --git a/MCServer/Plugins/Debuggers/Debuggers.lua b/MCServer/Plugins/Debuggers/Debuggers.lua index 6580e9dbc..bffc6e844 100644 --- a/MCServer/Plugins/Debuggers/Debuggers.lua +++ b/MCServer/Plugins/Debuggers/Debuggers.lua @@ -82,7 +82,7 @@ function Initialize(a_Plugin) a_CBPlayer:GetWorld():DoWithEntityByID( -- This will crash the server in #1889 a_CBEntity:GetUniqueID(), function(Entity) - LOG("RightClicking an entity, crash #1889 fixed") + LOG("RightClicking an entity, crash #1889 fixed. Entity is a " .. tolua.type(Entity)) end ) end -- cgit v1.2.3