Browse Source

Fix unused variable warning

new_protocol
ThePerkinrex 5 years ago
parent
commit
e86c5b9a84
No known key found for this signature in database GPG Key ID: FD81DE6D75E20917
  1. 2
      unity/Assets/Scripts/utils/DiscordUtils.cs

2
unity/Assets/Scripts/utils/DiscordUtils.cs

@ -93,7 +93,7 @@ public static class DiscordUtils {
DiscordController discordGO = GameObject.Find("DiscordController").GetComponent<DiscordController>();
var conn = Client.GetConnection();
Discord.Lobby outLobby = new Discord.Lobby();
long lobbyId = 0;
// long lobbyId = 0;
if (discordGO && discordGO.discord != null && conn != null) {
var txn = discordGO.lobbyManager.GetLobbyCreateTransaction();
txn.SetCapacity(capacity);

Loading…
Cancel
Save