mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-01-03 14:27:51 +01:00
Deprecate StoredObject#getUser (#4104)
This commit is contained in:
parent
78abf8be00
commit
10ee7e1930
@ -29,6 +29,11 @@ public abstract class StoredObject implements StorableObject {
|
|||||||
this.user = user;
|
this.user = user;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public UserConnection user() {
|
||||||
|
return this.user;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
public UserConnection getUser() {
|
public UserConnection getUser() {
|
||||||
return user;
|
return user;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user