Making /trace isolate toggle the tnt on and off to normal Trace show #445

Merged
YoyoNow merged 5 commits from BauSystem/Trace into main 2026-07-16 16:24:17 +02:00
Member
No description provided.
Sakziea added 2 commits 2026-07-06 18:35:20 +02:00
Sakziea marked the pull request as work in progress 2026-07-07 19:26:25 +02:00
Sakziea added 2 commits 2026-07-14 19:47:39 +02:00
Sakziea marked the pull request as ready for review 2026-07-14 19:49:51 +02:00
YoyoNow approved these changes 2026-07-16 16:20:56 +02:00
@@ -155,2 +155,3 @@
public void isolate(@Validator Player player, Trace trace, @ErrorMessage("TRACE_RECORD_ID_INVALID") TNTPoint... records) {
TraceManager.instance.isolate(player, records);
if (records.length == 0) {
TraceManager.instance.isolate(player, trace, trace.getRecords().toArray(new TNTPoint[0]));
Owner

NIT: TNTPoint[]::new instead of new TNTPoint[0]

NIT: `TNTPoint[]::new` instead of `new TNTPoint[0]`
Sakziea added 1 commit 2026-07-16 16:24:01 +02:00
Fix pullRequest comments
Backport CommonCore / Create CommonCore backport PRs (pull_request) Successful in 11s
Pull Request Build / Build (pull_request) Successful in 4m2s
dab443b989
YoyoNow merged commit 9a60ac228c into main 2026-07-16 16:24:17 +02:00
YoyoNow deleted branch BauSystem/Trace 2026-07-16 16:24:17 +02:00
Sign in to join this conversation.