From 2d86957b9add6f095efa5c90b9fb243f76d8ba0f Mon Sep 17 00:00:00 2001 From: Tungdv Date: Wed, 20 May 2026 12:19:14 +0700 Subject: [PATCH] fix: Update path scene id 1, name: world. --- Assets/PerfectWorld/Scripts/Network/UnityGameSession.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/PerfectWorld/Scripts/Network/UnityGameSession.cs b/Assets/PerfectWorld/Scripts/Network/UnityGameSession.cs index 84ba855b44..2ff6305808 100644 --- a/Assets/PerfectWorld/Scripts/Network/UnityGameSession.cs +++ b/Assets/PerfectWorld/Scripts/Network/UnityGameSession.cs @@ -415,6 +415,8 @@ namespace BrewMonster.Network { switch (idInst) { + case 1: + return "world"; case 161: return "a61"; case 169: