geforkt von Mirrors/FastAsyncWorldEdit
Remove hashtag preventing wrong issue references
Dieser Commit ist enthalten in:
Ursprung
c64b59da2f
Commit
bf684d478e
@ -71,7 +71,7 @@ public class WorldEditCommands {
|
|||||||
Date date = new GregorianCalendar(2000 + version.year, version.month - 1, version.day).getTime();
|
Date date = new GregorianCalendar(2000 + version.year, version.month - 1, version.day).getTime();
|
||||||
actor.printDebug(" - DATE: " + date.toLocaleString());
|
actor.printDebug(" - DATE: " + date.toLocaleString());
|
||||||
actor.printDebug(" - COMMIT: " + Integer.toHexString(version.hash));
|
actor.printDebug(" - COMMIT: " + Integer.toHexString(version.hash));
|
||||||
actor.printDebug(" - BUILD: #" + version.build);
|
actor.printDebug(" - BUILD: " + version.build);
|
||||||
actor.printDebug(" - PLATFORM: " + Settings.IMP.PLATFORM);
|
actor.printDebug(" - PLATFORM: " + Settings.IMP.PLATFORM);
|
||||||
actor.printDebug("------------------------------------");
|
actor.printDebug("------------------------------------");
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren