We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50364db commit d3d299aCopy full SHA for d3d299a
src/main/java/bwta/BWTA.java
@@ -42,8 +42,11 @@ public static void setFailOnErrorStream(OutputStream stream) {
42
bwem.setFailOutputStream(stream);
43
}
44
45
+ /**
46
+ * @deprecated This BWTA is fake and only translates BWTA calls to their respective BWEM calls. Please use BWEM directly if possible."
47
+ */
48
+ @Deprecated
49
public static void readMap(final Game game) {
- System.err.println("WARNING: this BWTA is fake and only translates BWTA calls to their respective BWEM calls. Please use BWEM directly if possible.");
50
bwem = new BWEM(game);
51
52
0 commit comments