# Conflicts:
#	world.go
This commit is contained in:
xzb 2023-11-13 13:56:23 +08:00
commit f25027e205
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ func (w *world) run() {
}
}()
for range w.ticker.C {
//slog.Debug("世界运行")
// slog.Debug("世界运行")
if w.state == WorldClose {
// 世界正常关闭
w.close()