mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-27 23:07:41 +01:00
Fixed a bug in loadresources.xml generation.
Enhanced custom command handling for desktop tools integration.
This commit is contained in:
@@ -92,7 +92,7 @@ public class TMXMapSet implements ProjectTreeNode {
|
||||
});
|
||||
if (source.type == GameSource.Type.created | source.type == GameSource.Type.altered) {
|
||||
final Path folderPath = Paths.get(mapFolder.getAbsolutePath());
|
||||
Thread watcher = new Thread("Map folder watcher for "+source.type) {
|
||||
Thread watcher = new Thread("Map folder watcher for "+getProject().name+"/"+source.type) {
|
||||
public void run() {
|
||||
WatchService watchService;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user