mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-01 14:39:16 -06:00
Fixed banking when connected to reference server
This commit is contained in:
parent
8d8d3b6c73
commit
2e4cc73755
5 changed files with 71 additions and 67 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue