Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
refactor: annotate old addrlimiter as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Oct 2, 2021
1 parent dfd4ed8 commit 4bd7659
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import org.auioc.mods.ahutils.server.config.ServerConfig;
import org.auioc.mods.ahutils.utils.LogUtil;

@Deprecated(since = "3.1.2")
public class AddrManager {
private static AddrManager instance;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import java.util.List;
import java.util.UUID;

@Deprecated(since = "3.1.2")
public class AddrMap {
private List<UUID> onlineUsers = new ArrayList<UUID>();
private long lastSeen;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import net.minecraft.util.text.Style;
import net.minecraft.util.text.TextFormatting;

@Deprecated(since = "3.1.2")
public class PlayerManager {
private static PlayerManager instance;

Expand Down

0 comments on commit 4bd7659

Please sign in to comment.