mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-12 21:54:08 +01:00
Fix constructor visibility
This commit is contained in:
parent
9fe5df3cfe
commit
84b502cba7
@ -46,7 +46,7 @@ class TileEntityAccessor<T extends BlockState> {
|
||||
private boolean writeDetected;
|
||||
private boolean readDetected;
|
||||
|
||||
public TileEntityAccessor() {
|
||||
private TileEntityAccessor() {
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user