Skip to content

Commit

Permalink
Merge pull request #36 from Blunderchips/master
Browse files Browse the repository at this point in the history
Small change to CommandExecutor.java
  • Loading branch information
StrongJoshua authored May 31, 2018
2 parents 254006b + 8429706 commit bd62a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/strongjoshua/console/CommandExecutor.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*
* @author StrongJoshua
*/
public abstract class CommandExecutor {
public class CommandExecutor {
protected Console console;

protected void setConsole (Console c) {
Expand Down

0 comments on commit bd62a12

Please sign in to comment.