version update and fix this one bug

This commit is contained in:
RandomityGuy 2025-06-30 17:45:16 +05:30
parent b766e1002e
commit 072d6af956
2 changed files with 1 additions and 2 deletions

View file

@ -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;

View file

@ -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) {