- marked a few more CCMDs unsafe.

This commit is contained in:
Christoph Oelckers 2018-01-20 09:11:28 +01:00
commit 2720e36a2c
5 changed files with 7 additions and 7 deletions

View file

@ -558,7 +558,7 @@ void C_UnbindAll ()
AutomapBindings.UnbindAll();
}
CCMD (unbindall)
UNSAFE_CCMD (unbindall)
{
C_UnbindAll ();
}