forked from SteamWar/SteamWar
Fix /trace 1 still showes all the tnt of that trace
This commit is contained in:
+1
-1
@@ -374,7 +374,7 @@ public class TraceManager implements Listener {
|
||||
isolateFlag.toggleId(record.getTntId());
|
||||
}
|
||||
|
||||
if (isolateFlag.isEmpty() && playerTraceShowData.hasViewFlagOnly(IsolateFlag.class)) {
|
||||
if (isolateFlag.isEmpty() && playerTraceShowData.hasViewFlagOnly(IsolateFlag.class) && records.length != 0) {
|
||||
playerTraceShowData = new PlayerTraceShowData(BundleFilter.DEFAULT);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user