diff options
author | Mattes D <github@xoft.cz> | 2015-04-23 22:20:31 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-04-23 22:20:31 +0200 |
commit | a89d5f53fd51d4f7c95e6f32a3b1222f23a9cc35 (patch) | |
tree | 79efad21cec681afa82487a7a8a8fe39320ebbf0 /MCServer/Plugins/Debuggers/Debuggers.lua | |
parent | Digging up a clay block spawns 4 clay items. (diff) | |
download | cuberite-a89d5f53fd51d4f7c95e6f32a3b1222f23a9cc35.tar cuberite-a89d5f53fd51d4f7c95e6f32a3b1222f23a9cc35.tar.gz cuberite-a89d5f53fd51d4f7c95e6f32a3b1222f23a9cc35.tar.bz2 cuberite-a89d5f53fd51d4f7c95e6f32a3b1222f23a9cc35.tar.lz cuberite-a89d5f53fd51d4f7c95e6f32a3b1222f23a9cc35.tar.xz cuberite-a89d5f53fd51d4f7c95e6f32a3b1222f23a9cc35.tar.zst cuberite-a89d5f53fd51d4f7c95e6f32a3b1222f23a9cc35.zip |
Diffstat (limited to '')
-rw-r--r-- | MCServer/Plugins/Debuggers/Debuggers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |