mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-08-02 16:09:38 +07:00
WIP descriptions
This commit is contained in:
@ -315,7 +315,7 @@ task updateBundles{
|
||||
removals.clear()
|
||||
|
||||
for(String key : other.orderedKeys()){
|
||||
if(!base.containsKey(key) && key.contains(".details")){
|
||||
if(!base.containsKey(key) && key.contains(".details") && false){
|
||||
extras.put(key, other.get(key))
|
||||
}else if(!base.containsKey(key)){
|
||||
removals.add(key)
|
||||
|
Reference in New Issue
Block a user