Fix /trace 1 still showes all the tnt of that trace
Pull Request Build / Build (pull_request) Successful in 1m30s
Pull Request Build / Build (pull_request) Successful in 1m30s
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