We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6903480 commit b4cb38aCopy full SHA for b4cb38a
base/src/main/java/net/techcable/spawnshield/CombatAPI.java
@@ -93,6 +93,7 @@ public static long getRemainingTagTime(Player player) {
93
return timeLeft;
94
} else if (hasCombatTagPlus()){
95
Object tag = getTag(player.getUniqueId());
96
+ if (tag == null) return -1;
97
if (getTagDurationMethod == null) {
98
getTagDurationMethod = makeMethod(Reflection.getClass("net.minelink.ctplus.Tag"), "getTagDuration");
99
}
0 commit comments