mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-02 08:50:26 +01:00
Fixed code
This commit is contained in:
parent
2c4cb91ff7
commit
f840a002e7
@ -102,8 +102,8 @@ public class ViaProxy {
|
||||
Logger.LOGGER.fatal("ViaProxy is not able to run with less than 512MB of RAM.");
|
||||
if (hasUI) {
|
||||
JOptionPane.showMessageDialog(null, "ViaProxy is not able to run with less than 512MB of RAM.", "Critical Error", JOptionPane.ERROR_MESSAGE);
|
||||
System.exit(1);
|
||||
}
|
||||
System.exit(1);
|
||||
}
|
||||
|
||||
loadNetty();
|
||||
|
Loading…
Reference in New Issue
Block a user