OpenPerpetuum / PerpetuumServer

The Open Perpetuum Project's fork of the Perpetuum Standalone Server
https://openperpetuum.com
Other
44 stars 21 forks source link

Issue 229: admin command handler refactor arg check #281

Closed Veritania closed 3 years ago

Veritania commented 3 years ago

"Proof of concept" for carving out the command-specific logic into its own class collection.

Leaving the existing AdminCommandHandler to only validate the params and execute the finished command, while all other command logic happens within the new AdminCommands class

Veritania commented 3 years ago

291 solves the same issue in a different approach.