Skip to content

Release 1.3.1

Latest
Compare
Choose a tag to compare
@toydotgame toydotgame released this 23 May 07:28
· 1 commit to main since this release

Changes

  • Optimised Debug Mode to have its data return function based off of one single if(), instead of multiple throughout the code. (Hopefully cutting down on a lot of extra if()-checking on the server's part)
  • Optimised command syntax checker. It's much better now.
  • Optimised block safety detector at the end of the main teleportation method so that a lot of code isn't run if it isn't needed (in the case that the teleportation destination is unsafe).
  • Debug Mode's data rounders and other calculations are only performed if needed (e.g: only if the Debug Mode is on), and also no extra Debug-Mode-only variables are used. (Should save RAM on the server-side)
  • Cut down on source code filesize.