We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f057b3 commit e1255edCopy full SHA for e1255ed
src/main/java/com/comphenix/protocol/events/SerializedOfflinePlayer.java
@@ -145,6 +145,16 @@ public long getLastSeen() {
145
return lastSeen;
146
}
147
148
+ @Override
149
+ public Location getRespawnLocation() {
150
+ return null;
151
+ }
152
+
153
154
+ public Location getLocation() {
155
156
157
158
// TODO do we need to implement this?
159
160
public void incrementStatistic(Statistic statistic) throws IllegalArgumentException {
0 commit comments