mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-03 17:51:51 +00:00
Some debug stuff
This commit is contained in:
@ -362,4 +362,9 @@ namespace game
|
||||
{
|
||||
return codsrc::GetRefString_0(inst, str);
|
||||
}
|
||||
|
||||
const char* SL_ConvertToStringSafe(unsigned int id, game::scriptInstance_t inst)
|
||||
{
|
||||
return codsrc::SL_ConvertToStringSafe(id, inst);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user