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:
Adam
2022-04-23 19:32:10 -04:00
parent 1149a5a0e7
commit 1edd417336

View File

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