File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6439,6 +6439,8 @@ public static IEnumerator KickAll()
64396439 if ( ! PhotonNetwork . InRoom )
64406440 {
64416441 NotificationManager . SendNotification ( $ "<color=grey>[</color><color=red>ERROR</color><color=grey>]</color> Kicking { name } failed. :(") ;
6442+ kickCoroutine = null ;
6443+ yield break ;
64426444 }
64436445
64446446 int left = ( Time . time - ( time - 10f ) ) < 2.5f ? 10 : 5 ;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class PluginInfo
2626 public const string GUID = "org.iidk.gorillatag.iimenu" ;
2727 public const string Name = "ii's Stupid Menu" ;
2828 public const string Description = "Created by @crimsoncauldron with love <3" ;
29- public const string BuildTimestamp = "2026-02-04T00:07:27Z " ;
29+ public const string BuildTimestamp = "2026-02-04T00:34:21Z " ;
3030 public const string Version = "8.2.1" ;
3131
3232 public const string BaseDirectory = "iisStupidMenu" ;
You can’t perform that action at this time.
0 commit comments