mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-01-07 03:56:55 +01:00
Small bug fixes (started ignoring case for Spawn Group lookup, like in
the game; avoid NPE in Dialogue parser).
This commit is contained in:
@@ -102,6 +102,10 @@ public class WorldMapEditor extends Editor {
|
||||
return pane;
|
||||
}
|
||||
|
||||
public void updateXmlViewText(String text) {
|
||||
editorPane.setText(text);
|
||||
}
|
||||
|
||||
|
||||
private JPanel buildSegmentTab(final WorldmapSegment worldmap) {
|
||||
JPanel pane = new JPanel();
|
||||
|
||||
Reference in New Issue
Block a user