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