Skip to content

Commit e1255ed

Browse files
committed
Fix build
1 parent 6f057b3 commit e1255ed

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/main/java/com/comphenix/protocol/events/SerializedOfflinePlayer.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,16 @@ public long getLastSeen() {
145145
return lastSeen;
146146
}
147147

148+
@Override
149+
public Location getRespawnLocation() {
150+
return null;
151+
}
152+
153+
@Override
154+
public Location getLocation() {
155+
return null;
156+
}
157+
148158
// TODO do we need to implement this?
149159

150160
public void incrementStatistic(Statistic statistic) throws IllegalArgumentException {

0 commit comments

Comments
 (0)