@@ -40,7 +40,7 @@ public interface IUser {
* @return
*/
default boolean isClient() {
- return true;
+ return false;
}
/**