From b35adfbd2dd434d0b75b91b0b4784ef5cdef2ae0 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 12 Nov 2011 12:12:15 +0200 Subject: Scripting WIP --- src/scriptapi.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/scriptapi.cpp') diff --git a/src/scriptapi.cpp b/src/scriptapi.cpp index b0a99041e..dc9c832d2 100644 --- a/src/scriptapi.cpp +++ b/src/scriptapi.cpp @@ -383,7 +383,6 @@ private: ObjectRef *ref = checkobject(L, 1); ServerActiveObject *co = getobject(ref); if(co == NULL) return 0; - infostream<<"ObjectRef::l_getpos(): id="<getId()<getBasePosition() / BS; lua_newtable(L); lua_pushnumber(L, pos.X); -- cgit v1.2.3