Compare commits

..

1 Commits

Author SHA1 Message Date
BradB cf02c44b68
Merge 0e5d5f5cd8 into 80aa420099 2023-12-27 21:22:29 +01:00
2 changed files with 1 additions and 11 deletions

View File

@ -5,7 +5,7 @@ plugins {
}
group = 'com.comphenix.protocol'
version = '5.2.0'
version = '5.2.0-SNAPSHOT'
description = 'Provides access to the Minecraft protocol'
def isSnapshot = version.endsWith('-SNAPSHOT')

View File

@ -145,16 +145,6 @@ class SerializedOfflinePlayer implements OfflinePlayer, Serializable {
return lastSeen;
}
@Override
public Location getRespawnLocation() {
return null;
}
@Override
public Location getLocation() {
return null;
}
// TODO do we need to implement this?
public void incrementStatistic(Statistic statistic) throws IllegalArgumentException {