We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e62978 commit df82c94Copy full SHA for df82c94
src/main/java/jagex2/client/ViewBox.java
@@ -13,7 +13,7 @@ public class ViewBox extends Frame {
13
14
public ViewBox(boolean arg0, int arg1, GameShell arg2, int arg3) {
15
this.shell = arg2;
16
- this.setTitle("RS2 user client - release #" + signlink.clientversion);
+ this.setTitle("VortexScape");
17
this.setResizable(false);
18
19
BorderLayout manager = new BorderLayout();
0 commit comments