Sonar: [squid:ClassVariableVisibilityCheck] Make field a static final constant or non-public
This commit is contained in:
@@ -17,8 +17,8 @@ public class TeleportManager {
|
||||
|
||||
@AllArgsConstructor
|
||||
private class TpData {
|
||||
public Player player;
|
||||
public EntityLocation newLocation;
|
||||
Player player;
|
||||
EntityLocation newLocation;
|
||||
// TODO необходимо добавить TimeStamp, что бы понимать, когда клиент отвергнул телепортацию
|
||||
// т.е. идея такова: долгое молчание клиента знак отвержения телепортации.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user