Fix formatting issues and improve error handling in PrefabManager and LobbyManager

This commit is contained in:
2025-12-14 21:49:32 +01:00
parent 11a4660881
commit 4277098e13
3 changed files with 47 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
using KCM;
using KCM;
using KCM.Enums;
using KCM.Packets.Handlers;
using Steamworks;
@@ -187,4 +187,4 @@ namespace Riptide.Demos.Steam.PlayerHosted
}
}
}
}
}