mirror of
https://github.com/tiennm99/caro.git
synced 2026-09-14 16:18:47 +00:00
Removed "chinglish" in PVE difficulty options
Changed to Easy Mode, Medium Mode, & Hard Mode
This commit is contained in:
+3
-3
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user