13
0

Fix AI
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Chaoscaot 2023-04-01 14:27:14 +02:00
Ursprung 985f11e968
Commit 33d6a9ad53
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -261,7 +261,7 @@ AUTO_CHECKER_RESULT_FORBIDDEN_ITEM_NBT=§7Forbidden Item NBT: [{0}, {1}, {2}] ->
AUTO_CHECKER_RESULT_TELEPORT_HERE=§7Teleport to block
AUTO_CHECKER_RESULT_AFTER_DEADLINE=§cThe deadline has expired: {0}
AI_START=§7The AI is synthesizing a "§e{}§7"... Please wait.
AI_START=§7The AI is synthesizing a "§e{0}§7"... Please wait.
AI_FINISH=§7The AI has finished synthesizing. It can be found in your Clipboard.
AI_ERROR=§cAn error occurred while synthesizing the schematic. Please try again later or look at the current date.
AI_NO_STEAMIES=§cYou have no Steamies. Please buy some Steamies in the shop.

Datei anzeigen

@ -31,7 +31,7 @@ import java.util.List;
import java.util.Random;
public class AprilCommand extends SWCommand {
private static final Random random = new Random();
private static final Random random = new Random("AprilCommand".hashCode());
public AprilCommand() {
super("ai");