mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-16 03:14:04 +00:00
Further BaseBlock modernisation
This commit is contained in:
@@ -65,8 +65,8 @@ class PlayerProxy extends AbstractPlayerActor {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void giveItem(int type, int amount) {
|
||||
basePlayer.giveItem(type, amount);
|
||||
public void giveItem(BaseItemStack itemStack) {
|
||||
basePlayer.giveItem(itemStack);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user