Jo Jo funguje Kappa
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user