api: remove Nullable on getLocalPlayer
While this can be null, in the vast majority of events and also in every overlay it cannot be, and just triggers unncessary warnings from IDE inspections
This commit is contained in:
@@ -374,7 +374,6 @@ public interface Client extends OAuthApi, GameEngine
|
||||
*
|
||||
* @return the logged in player
|
||||
*/
|
||||
@Nullable
|
||||
Player getLocalPlayer();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user