Skip to content

Commit 5f8b964

Browse files
committed
Update instance.rs
1 parent 999ac52 commit 5f8b964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/epsilon/server/instance.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ impl Instance {
146146

147147
if is_ready && is_in_game {
148148
EpsilonState::InGame
149-
} else if is_ready {
150-
EpsilonState::Running
151149
} else if is_stopping {
152150
EpsilonState::Stopping
151+
} else if is_ready {
152+
EpsilonState::Running
153153
} else {
154154
EpsilonState::Starting
155155
}

0 commit comments

Comments
 (0)