Skip to content

Commit

Permalink
Merge pull request #450 from misternebula/0.14.1
Browse files Browse the repository at this point in the history
0.14.1
  • Loading branch information
misternebula authored Jan 8, 2022
2 parents 2059bd5 + 7f5de62 commit ce6b2e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions QSB/Player/Events/PlayerJoinEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public override void OnReceiveRemote(bool server, PlayerJoinMessage message)
if (server)
{
DebugLog.ToConsole($"Error - Client {message.PlayerName} connecting with wrong game platform. (Client:{message.Platform}, Server:{QSBCore.Platform})", MessageType.Error);
QSBEventManager.FireEvent(EventNames.QSBPlayerKick, message.AboutId, KickReason.DLCNotMatching);
QSBEventManager.FireEvent(EventNames.QSBPlayerKick, message.AboutId, KickReason.GamePlatformNotMatching);
}
}

Expand All @@ -61,7 +61,7 @@ public override void OnReceiveRemote(bool server, PlayerJoinMessage message)
if (server)
{
DebugLog.ToConsole($"Error - Client {message.PlayerName} connecting with wrong DLC installation state. (Client:{message.DlcInstalled}, Server:{QSBCore.DLCInstalled})", MessageType.Error);
QSBEventManager.FireEvent(EventNames.QSBPlayerKick, message.AboutId, KickReason.GamePlatformNotMatching);
QSBEventManager.FireEvent(EventNames.QSBPlayerKick, message.AboutId, KickReason.DLCNotMatching);
}
}

Expand Down
4 changes: 2 additions & 2 deletions QSB/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"body": "- Disable *all* other mods. (Can heavily affect performance)\n- Make sure you are not running any other network-intensive applications.\n- Make sure you have forwarded/opened the correct ports. (See the GitHub readme.)"
},
"uniqueName": "Raicuparta.QuantumSpaceBuddies",
"version": "0.14.0",
"owmlVersion": "2.2.0",
"version": "0.14.1",
"owmlVersion": "2.3.0",
"dependencies": [ "_nebula.MenuFramework" ]
}

0 comments on commit ce6b2e1

Please sign in to comment.