Removed "chinglish" in PVE difficulty options

Changed to Easy Mode, Medium Mode, & Hard Mode
This commit is contained in:
Siyuan Chen
2020-12-16 14:06:36 -05:00
parent e8a6d4f420
commit 6df7bb2f71
@@ -13,9 +13,9 @@ public class ClientEventListener_CODE_SHOW_OPTIONS_PVE extends ClientEventListen
@Override
public void call(Channel channel, String data) {
SimplePrinter.printNotice("PVE: ");
SimplePrinter.printNotice("1. Simple Model");
SimplePrinter.printNotice("2. Medium Model");
SimplePrinter.printNotice("3. Difficulty Model");
SimplePrinter.printNotice("1. Easy Mode");
SimplePrinter.printNotice("2. Medium Mode");
SimplePrinter.printNotice("3. Hard Mode");
SimplePrinter.printNotice("Please enter the number of options (enter [BACK] return options list)");
String line = SimpleWriter.write("pve");