diff --git a/code/ryzom/server/src/entities_game_service/creature_manager/creature.h b/code/ryzom/server/src/entities_game_service/creature_manager/creature.h index 4a76a785e..fb78f5812 100644 --- a/code/ryzom/server/src/entities_game_service/creature_manager/creature.h +++ b/code/ryzom/server/src/entities_game_service/creature_manager/creature.h @@ -206,7 +206,7 @@ public: { nlwarning("setting mode %s for a creature !!! Forbidden", mode.toString().c_str()); #ifdef NL_DEBUG - nlstop("set mode %s for creature", mode.toString().c_str()); + nlstopex(("set mode %s for creature", mode.toString().c_str())); #endif }