This commit is contained in:
Jesse Boyd
2015-12-20 06:30:06 +11:00
parent ce387333d2
commit cf517d5be0
33 changed files with 680 additions and 298 deletions

View File

@@ -381,7 +381,7 @@ public class PlotAPI {
* @param msg Message that should be sent to the console
*
* @see MainUtil#sendConsoleMessage(String)
*/
*/
public void sendConsoleMessage(final String msg) {
PS.log(msg);;
}