no message
This commit is contained in:
parent
f28377dd05
commit
7861f1b7da
|
@ -1,4 +1,5 @@
|
|||
@echo off
|
||||
setlocal enabledelayedexpansion
|
||||
|
||||
for /f "tokens=*" %%a in (shell/programs.txt) do (
|
||||
set program=%%a/%%a.exe
|
||||
|
|
|
@ -888,6 +888,7 @@ func (this *Scene) IsPreCreateScene() bool {
|
|||
return this.dbGameFree.GetCreateRoomNum() > 0
|
||||
}
|
||||
|
||||
// todo 删除
|
||||
func (this *Scene) TryForceDeleteMatchInfo() {
|
||||
if !this.IsMatchScene() {
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue