command.js: 'correct' styles for motd

This commit is contained in:
minjaesong
2024-05-15 00:33:14 +09:00
parent 49b70d65f8
commit 1a1d49fbe5
7 changed files with 16 additions and 10 deletions

View File

@@ -69,6 +69,6 @@ public class AppLoader {
pipvm, 160, 140
))));*/
new Lwjgl3Application(new VMGUI(reference2, WIDTH, HEIGHT), appConfig);
new Lwjgl3Application(new VMGUI(reference, WIDTH, HEIGHT), appConfig);
}
}