Fixed typo
This commit is contained in:
@ -25,7 +25,7 @@ public class ApplicationFrame implements Runnable
|
||||
try {
|
||||
setGameParams(dungeonSource);
|
||||
} catch (IOException e1) {
|
||||
JOptionPane.showMessageDialog(null, "Nem sikerült ciát nyitni! :(");
|
||||
JOptionPane.showMessageDialog(null, "Nem sikerült cicát nyitni! :(");
|
||||
}
|
||||
jframe.add(gamepanel);
|
||||
jframe.revalidate();
|
||||
|
Reference in New Issue
Block a user