mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-02-05 17:46:59 +01:00
Merge branch 'development' of https://github.com/NotThorny/Grasscutter into development
This commit is contained in:
@@ -20,11 +20,6 @@ public class ItemUseUnlockHomeModule extends ItemUseInt {
|
||||
@Override
|
||||
public boolean postUseItem(UseItemParams params){
|
||||
|
||||
// Realm 5 will break all homes, so blacklist for now
|
||||
if(this.i == 5){
|
||||
return false;
|
||||
}
|
||||
|
||||
params.player.addRealmList(this.i);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user