mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
version update and fix this one bug
This commit is contained in:
parent
b766e1002e
commit
072d6af956
2 changed files with 1 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ class MarbleGame {
|
||||||
static var canvas:Canvas;
|
static var canvas:Canvas;
|
||||||
static var instance:MarbleGame;
|
static var instance:MarbleGame;
|
||||||
|
|
||||||
static var currentVersion = "1.2.2";
|
static var currentVersion = "1.2.3";
|
||||||
|
|
||||||
var world:MarbleWorld;
|
var world:MarbleWorld;
|
||||||
var previewWorld:PreviewWorld;
|
var previewWorld:PreviewWorld;
|
||||||
|
|
|
||||||
|
|
@ -524,7 +524,6 @@ class Net {
|
||||||
serverInfo.players++;
|
serverInfo.players++;
|
||||||
}
|
}
|
||||||
|
|
||||||
serverInfo.players++;
|
|
||||||
MasterServerClient.instance.sendServerInfo(serverInfo); // notify the server of the new player
|
MasterServerClient.instance.sendServerInfo(serverInfo); // notify the server of the new player
|
||||||
|
|
||||||
if (MarbleGame.canvas.content is MultiplayerLevelSelectGui) {
|
if (MarbleGame.canvas.content is MultiplayerLevelSelectGui) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue