mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-29 12:37:18 +01:00
Initial preparations for CURL and Discord integration.
This commit is contained in:
@@ -232,8 +232,6 @@ void Core::EmitServerFrame(Float32 elapsed_time)
|
||||
//SQMOD_CO_EV_TRACEBACK("[TRACE>] Core::ServerFrame")
|
||||
}
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma ide diagnostic ignored "MemberFunctionCanBeStatic"
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
void Core::EmitPluginCommand(Uint32 command_identifier, CCStr message)
|
||||
{
|
||||
@@ -247,7 +245,6 @@ void Core::EmitPluginCommand(Uint32 command_identifier, CCStr message)
|
||||
(void)message;
|
||||
#endif
|
||||
}
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
void Core::EmitIncomingConnection(CStr player_name, size_t name_buffer_size, CCStr user_password, CCStr ip_address)
|
||||
|
||||
Reference in New Issue
Block a user