diff options
Diffstat (limited to 'OnekoNet.cs')
| -rw-r--r-- | OnekoNet.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OnekoNet.cs b/OnekoNet.cs index ee780c6..6bee562 100644 --- a/OnekoNet.cs +++ b/OnekoNet.cs @@ -43,7 +43,7 @@ class OnekoNet : Oneko public static void SpawnNetNeko(ClientUser user) { - if (!NetNekos.ContainsKey(user.Id)) { + if (!user.SpectatorMode && !NetNekos.ContainsKey(user.Id)) { Bitmap spriteSheet = Bitmap.Deserialize(user.SpriteSheet); NetNekos.Add(user.Id, new OnekoNet(spriteSheet, user)); } |
