Archived
0

Sonar: [squid:ClassVariableVisibilityCheck] Make field a static final constant or non-public

This commit is contained in:
2019-02-11 14:25:25 +03:00
parent 50d4da653c
commit 667ea373b8

View File

@@ -17,8 +17,8 @@ public class TeleportManager {
@AllArgsConstructor
private class TpData {
public Player player;
public EntityLocation newLocation;
Player player;
EntityLocation newLocation;
// TODO необходимо добавить TimeStamp, что бы понимать, когда клиент отвергнул телепортацию
// т.е. идея такова: долгое молчание клиента знак отвержения телепортации.
}