mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-17 04:51:48 +00:00
Fixed: #901 nlstop
This commit is contained in:
parent
7b26e89d68
commit
58b4e4191d
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());
|
nlwarning("setting mode %s for a creature !!! Forbidden", mode.toString().c_str());
|
||||||
#ifdef NL_DEBUG
|
#ifdef NL_DEBUG
|
||||||
nlstop("set mode %s for creature", mode.toString().c_str());
|
nlstopex(("set mode %s for creature", mode.toString().c_str()));
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue