mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -07:00
Fixed formatting
This commit is contained in:
parent
6d2d8ad36d
commit
ec65b9e947
1 changed files with 4 additions and 4 deletions
|
|
@ -504,7 +504,7 @@ public final class client extends GameShell {
|
||||||
osName = osNameRaw.toLowerCase();
|
osName = osNameRaw.toLowerCase();
|
||||||
if (homeDirOverride != null) {
|
if (homeDirOverride != null) {
|
||||||
homeDir = homeDirOverride;
|
homeDir = homeDirOverride;
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
if (homeDir == null)
|
if (homeDir == null)
|
||||||
homeDir = System.getProperty("user.home") + File.separatorChar;
|
homeDir = System.getProperty("user.home") + File.separatorChar;
|
||||||
|
|
@ -585,9 +585,9 @@ public final class client extends GameShell {
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
} catch (AWTException e) {
|
} catch (AWTException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@OriginalMember(owner = "client!lb", name = "a", descriptor = "(Z)V")
|
@OriginalMember(owner = "client!lb", name = "a", descriptor = "(Z)V")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue