This commit is contained in:
Anuken
2020-10-22 20:34:02 -04:00
parent bd659d2c97
commit 23673f0b11
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ public class LegacyIO{
String name = stream.readUTF();
Content out = Vars.content.getByName(type, name);
if(out instanceof UnlockableContent u){
u.unlock();
u.quietUnlock();
}
}
}