DNAmaster10 / TraincartsTicketShop

A Spigot plugin which extends the functionality of the Traincarts Plugin by introducing player-made ticket shops into the game
1 stars 1 forks source link

Command handlers should assign arguments to temporary variables #35

Open DNAmaster10 opened 8 months ago

DNAmaster10 commented 8 months ago

Currently, command handlers use "args[x]" for checking syntax etc. This is unreadable and should be replaced with a temporary variable assignment.