ios compilation

This commit is contained in:
2026-05-05 18:20:20 +03:00
parent 386c2fc045
commit c5aef33171
23 changed files with 71 additions and 41 deletions

View File

@@ -37,7 +37,9 @@ uint32_t NET_ServerCallback( NetCallback_t *pCallback )
if (pCallback->m_eType == NET_SERVER_READY_TO_USE)
{
V_printf("//--- LAUNCHED SERVER AT ---\n");
#ifdef STEAM
V_printf("// %llu\n", SteamGameServer()->GetSteamID().ConvertToUint64());
#endif
return 0;
}
if (pCallback->m_eType == NET_TRYING_TO_CONNECT)