Skip to content

Commit

Permalink
fix: return command after tp to meter fails if coords exceed thousands
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Jan 25, 2022
1 parent e096409 commit 0e2fe48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/redstone/multimeter/server/Multimeter.java
Original file line number Diff line number Diff line change
Expand Up @@ -596,4 +596,10 @@ private void tryLogEvent(World world, BlockPos blockPos, MeterEventPredicate pre
}
}
}

static {

NUMBER_FORMAT.setGroupingUsed(false);

}
}

0 comments on commit 0e2fe48

Please sign in to comment.