From e4f7f97e6c79cda72dec7cd6fea5b85328b75894 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 3 Apr 2011 12:28:55 +0300 Subject: Removed lua stuff --- src/client.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index 513be6d4b..c16e00da9 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -97,12 +97,6 @@ Client::Client( m_env.addPlayer(player); } - - // Add some active objects for testing - /*{ - ClientActiveObject *obj = new TestCAO(0, v3f(0, 10*BS, 0)); - m_env.addActiveObject(obj); - }*/ } Client::~Client() -- cgit v1.2.3