mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-15 02:09:21 +07:00
Show a mod loader exception in console (#2191)
This commit is contained in:
@ -155,7 +155,9 @@ object RulesetCache :HashMap<String,Ruleset>(){
|
|||||||
modRuleset.name = modFolder.name()
|
modRuleset.name = modFolder.name()
|
||||||
this[modRuleset.name] = modRuleset
|
this[modRuleset.name] = modRuleset
|
||||||
}
|
}
|
||||||
catch (ex:Exception){}
|
catch (ex:Exception){
|
||||||
|
println( "Exception loading " + modFolder.name() + ": " + ex.message )
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user