Gogs 2 月之前
父節點
當前提交
c995f8c893
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      bin/client_msg/msg.ts

+ 5 - 4
bin/client_msg/msg.ts

@@ -27,8 +27,9 @@ export enum MsgID {
     ReqLeaveRoom = 24,
     ReqUserInfo = 25,
     SiteShowResult = 26,
-    ReqInsufficientPoints = 27,
-    ReqReconnect = 28,
-    RoomInfo = 29,
-    RoomSiteRount = 30,
+    JoinRoomFail = 27,
+    ReqInsufficientPoints = 28,
+    ReqReconnect = 29,
+    RoomInfo = 30,
+    RoomSiteRount = 31,
 }