diff options
| author | Sarah Bradley <git@sarahduck.ca> | 2023-12-25 01:50:06 -0800 |
|---|---|---|
| committer | Sarah Bradley <git@sarahduck.ca> | 2023-12-25 01:50:06 -0800 |
| commit | 828672047ffd306f78b93f11c3d9a8dfafa3d653 (patch) | |
| tree | 06cc9c9ef7c4554574ee3855dd681fd88b8b408a /OnekoLocal.cs | |
| parent | ff3cbc5b49f8618531c5778d69b49c0aa4a9442a (diff) | |
Added spectator mode, and fixed some networking issues
Diffstat (limited to 'OnekoLocal.cs')
| -rw-r--r-- | OnekoLocal.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OnekoLocal.cs b/OnekoLocal.cs index bbe3c3b..e963740 100644 --- a/OnekoLocal.cs +++ b/OnekoLocal.cs @@ -24,8 +24,6 @@ class OnekoLocal : Oneko { Instance ??= this; - Client.UserConnected += OnekoNet.SpawnNetNeko; - Name = OnekoOnline.Config.GetValue("NekoName", "Oneko"); AIStates = [new BoredState(this), new ChaseMouseState(this), new ItchyState(this)]; |
