--- deliantra/server/socket/request.C 2007/06/04 13:04:01 1.103 +++ deliantra/server/socket/request.C 2007/06/05 13:05:03 1.104 @@ -524,7 +524,6 @@ pl->count = 0; } - /** * This handles the general commands from the client (ie, north, fire, cast, * etc.). It is a lot like PlayerCmd above, but is called with the @@ -740,9 +739,11 @@ if (pl->combat_ob) buf << " Combat" << (pl->ob->current_weapon == pl->combat_ob ? "*" : "") << ": " << pl->combat_ob->name; +#if 0 //TODO: remove this when slot system is working, this is only for debugging if (pl->ob->chosen_skill) buf << " Skill*: " << pl->ob->chosen_skill->name; +#endif //TODO: maybe golem should become the current_weapon, quite simply? if (pl->golem)