From 7861f1b7da5676ad4557280fbe8bb6db4aa4d167 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Thu, 26 Sep 2024 09:18:49 +0800 Subject: [PATCH] no message --- shell/start.bat | 1 + worldsrv/scene.go | 1 + 2 files changed, 2 insertions(+) diff --git a/shell/start.bat b/shell/start.bat index c830765..2ff6137 100644 --- a/shell/start.bat +++ b/shell/start.bat @@ -1,4 +1,5 @@ @echo off +setlocal enabledelayedexpansion for /f "tokens=*" %%a in (shell/programs.txt) do ( set program=%%a/%%a.exe diff --git a/worldsrv/scene.go b/worldsrv/scene.go index 52774c3..59fc908 100644 --- a/worldsrv/scene.go +++ b/worldsrv/scene.go @@ -888,6 +888,7 @@ func (this *Scene) IsPreCreateScene() bool { return this.dbGameFree.GetCreateRoomNum() > 0 } +// todo 删除 func (this *Scene) TryForceDeleteMatchInfo() { if !this.IsMatchScene() { return