Add Nullable to Client::getLocalPlayer

At startup on loginscreen this method returns null
This commit is contained in:
dekvall
2019-08-08 00:44:28 +02:00
parent 85a5eb0cf9
commit 0c76f473ec

View File

@@ -338,6 +338,7 @@ public interface Client extends GameEngine
*
* @return the logged in player
*/
@Nullable
Player getLocalPlayer();
/**