This commit is contained in:
TomyLobo
2011-11-23 02:29:48 +01:00
parent 1a57f6e95d
commit 7e13b60a51
161 changed files with 1433 additions and 1412 deletions

View File

@@ -25,7 +25,7 @@ package com.sk89q.worldedit;
* @author sk89q
*/
public interface SessionCheck {
/**
* Checks if a player is online.
*
@@ -33,5 +33,5 @@ public interface SessionCheck {
* @return
*/
public boolean isOnlinePlayer(String name);
}