mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-01-26 17:21:26 +01:00
anvil open method should not be public
This commit is contained in:
parent
db3c808311
commit
b8cef22d2e
@ -42,7 +42,7 @@ public class AnvilGui extends Gui {
|
||||
return (AnvilGui) setAction(2, type, action);
|
||||
}
|
||||
|
||||
public void open() {
|
||||
protected void open() {
|
||||
anvil.open();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user