1
0
forked from 0ad/0ad

This shouldn't have been comitted

This was SVN commit r15438.
This commit is contained in:
sanderd17 2014-06-24 11:09:04 +00:00
parent 006bf42809
commit 5509e8e51c

View File

@ -4,7 +4,6 @@ var g_DebugCommands = false;
function ProcessCommand(player, cmd)
{
warn("process command");
// Do some basic checks here that commanding player is valid
var data = {};
data.cmpPlayerMan = Engine.QueryInterface(SYSTEM_ENTITY, IID_PlayerManager);