no message

This commit is contained in:
sk 2024-09-26 09:18:49 +08:00
parent f28377dd05
commit 7861f1b7da
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
@echo off
setlocal enabledelayedexpansion
for /f "tokens=*" %%a in (shell/programs.txt) do (
set program=%%a/%%a.exe

View File

@ -888,6 +888,7 @@ func (this *Scene) IsPreCreateScene() bool {
return this.dbGameFree.GetCreateRoomNum() > 0
}
// todo 删除
func (this *Scene) TryForceDeleteMatchInfo() {
if !this.IsMatchScene() {
return