Remove this stuff

This commit is contained in:
Federico Cecchetto
2022-06-10 02:06:09 +02:00
parent 9512add5ad
commit a15cdd5949
2 changed files with 0 additions and 19 deletions

View File

@ -35,23 +35,9 @@ namespace game
{
if (environment::is_mp())
{
#ifdef DEBUG
if (mp_object_ == nullptr)
{
MessageBoxA(nullptr, "nullptr symbol", "", 0);
}
#endif
return mp_object_;
}
#ifdef DEBUG
if (sp_object_ == nullptr)
{
MessageBoxA(nullptr, "nullptr symbol", "", 0);
}
#endif
return sp_object_;
}