Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Compatibility with 1.10-pre1
Dieser Commit ist enthalten in:
Commit
5665510f7e
@ -0,0 +1,16 @@
|
|||||||
|
package us.myles.ViaVersion.protocols.protocolsnapshotto1_9_3.storage;
|
||||||
|
|
||||||
|
import lombok.*;
|
||||||
|
import us.myles.ViaVersion.api.data.StoredObject;
|
||||||
|
import us.myles.ViaVersion.api.data.UserConnection;
|
||||||
|
|
||||||
|
@Getter
|
||||||
|
@Setter
|
||||||
|
@ToString
|
||||||
|
public class ResourcePackTracker extends StoredObject {
|
||||||
|
private String lastHash = "";
|
||||||
|
|
||||||
|
public ResourcePackTracker(UserConnection user) {
|
||||||
|
super(user);
|
||||||
|
}
|
||||||
|
}
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren