mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Excessive safety
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
ade7526f5f
commit
0cd1d7aa7e
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ public final class Launcher extends Applet implements AppletStub {
|
|||
try {
|
||||
if (documentBase != null) {
|
||||
this.documentBase = documentBase;
|
||||
} else if (applet.getClass().getPackage().getName().startsWith("com.mojang")) {
|
||||
} else if (applet.getClass().getPackage().getName().startsWith("com.mojang.")) {
|
||||
// Special case only for Classic versions
|
||||
|
||||
// TODO: 2022-10-27 Can this be changed to https
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue