From 4cad4a27677b0490d3ba0018bc3404961f925ed5 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 8 Nov 2008 10:17:37 +0000 Subject: docking, bumps network protocol version --- src/core/commandbuffer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/commandbuffer.cc') diff --git a/src/core/commandbuffer.cc b/src/core/commandbuffer.cc index d3cb4f2..71ad37f 100644 --- a/src/core/commandbuffer.cc +++ b/src/core/commandbuffer.cc @@ -240,7 +240,7 @@ void CommandBuffer::exec(std::string const &cmdline) // target function unsigned int id = 0; if ((cmdstream >> id)) { - con_debug << "target function " << command << " " << id << std::endl; + //con_debug << "target function " << command << " " << id << std::endl; Entity *entity = Entity::find(id); if (entity) f->exec(game()->localplayer(), entity); -- cgit v1.2.3