mirror of
https://github.com/alicealys/t5-gsc-utils.git
synced 2025-06-25 13:51:51 +00:00
Remove this stuff
This commit is contained in:
@ -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_;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user