mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #375] Implemented Command Processor #9601
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/2006-Scape/2006Scape/pull/375
State: closed
Merged: Yes
Added a command processor!
It runs in another thread and reads/writes to stdin stdout.
Create a class that implements
CommandProcessor, add it to theArrayList<CommandProcessor> cmdsin theCommandConsole()constructor.