Global and special version settings. Fixed property bindings

This commit is contained in:
huangyuhui
2018-02-07 22:33:52 +08:00
parent 8792c423d5
commit 98b43945ed
9 changed files with 95 additions and 36 deletions

View File

@@ -211,7 +211,7 @@ public class DefaultGameRepository implements GameRepository {
if (EventBus.EVENT_BUS.fireEvent(new LoadedOneVersionEvent(this, resolved)) != Event.Result.DENY)
versions.put(version.getId(), version);
} catch (VersionNotFoundException e) {
Logging.LOG.log(Level.WARNING, "Ignoring version {0} because it inherits from a nonexistent version.");
Logging.LOG.log(Level.WARNING, "Ignoring version {0} because it inherits from a nonexistent version.", version.getId());
}
}