Jo Jo funguje Kappa

This commit is contained in:
Dominik G.
2025-10-06 18:15:27 +02:00
parent 807e8fc5f3
commit 515160b1ec
11 changed files with 3103 additions and 76 deletions

View File

@@ -19,7 +19,11 @@ namespace MegaKoop.Game.Networking
private void Update()
{
#if STEAMWORKSNET
if (!MegaKoop.Steam.SteamManager.Initialized)
#else
if (!SteamBootstrap.IsInitialized)
#endif
{
return;
}
@@ -34,7 +38,11 @@ namespace MegaKoop.Game.Networking
public void Send(CSteamID recipient, NetworkMessageType type, byte[] payload, EP2PSend sendType = EP2PSend.k_EP2PSendReliable)
{
#if STEAMWORKSNET
if (!MegaKoop.Steam.SteamManager.Initialized)
#else
if (!SteamBootstrap.IsInitialized)
#endif
{
return;
}