Fixed banking when connected to reference server

This commit is contained in:
Pazaz 2022-04-27 00:17:38 -04:00
parent 8d8d3b6c73
commit 2e4cc73755
5 changed files with 71 additions and 67 deletions

View file

@ -584,8 +584,8 @@ public abstract class GameShell extends Applet implements Runnable, FocusListene
try {
leftMargin = 0;
clientBuild = 530;
frameWidth = 2500;
frameHeight = 1400;
frameWidth = 765;
frameHeight = 503;
canvasWidth = frameWidth;
canvasHeight = frameHeight;
topMargin = 0;