1
0
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:
Sandu Liviu Catalin
2021-01-27 07:27:48 +02:00
parent 8257eb61d6
commit 95705e87c8
1751 changed files with 440547 additions and 854 deletions

View File

@@ -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)