mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
Fixed: #901 nlstop
This commit is contained in:
parent
39e327c1b3
commit
f786310f85
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue