物理区段状态

This commit is contained in:
xzb 2023-11-13 13:53:40 +08:00
parent 3a98a65dad
commit 5aa1f62ee8

View File

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