mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-10 07:49:57 -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) {
|
static void OnFree(void) {
|
||||||
|
Server.IP.length = 0;
|
||||||
if (Server.IsSinglePlayer) {
|
if (Server.IsSinglePlayer) {
|
||||||
Physics_Free();
|
Physics_Free();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user