mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-09 15:28:21 -04:00
Android: Fix when you quit multiplayer, then try to start singleplayer, you end up joining multiplayer again (Thanks fizzwhiz)
This commit is contained in:
parent
201ba9ce47
commit
1014aeadc0
@ -524,6 +524,7 @@ static void OnInit(void) {
|
||||
}
|
||||
|
||||
static void OnFree(void) {
|
||||
Server.IP.length = 0;
|
||||
if (Server.IsSinglePlayer) {
|
||||
Physics_Free();
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user