Addition of missing isInOfflineMode method.

This commit is contained in:
MobiusDev
2018-06-18 23:13:58 +00:00
parent 88f35f9e87
commit 304e82bba5
22 changed files with 121 additions and 177 deletions

View File

@@ -7565,8 +7565,8 @@ public final class L2PcInstance extends L2Playable
/**
* Verifies if the player is in offline mode.<br>
* The offline mode may happen for different reasons:<br>
* Abnormally: Player gets abrouptaly disconnected from server.<br>
* Normally: The player gets into offline shop mode, only avaiable by enabling the offline shop mod.
* Abnormally: Player gets abruptly disconnected from server.<br>
* Normally: The player gets into offline shop mode, only available by enabling the offline shop mod.
* @return {@code true} if the player is in offline mode, {@code false} otherwise
*/
public boolean isInOfflineMode()