mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
Remove usage of Optional
This commit is contained in:
@@ -281,5 +281,5 @@ public interface Player extends CommandSource, Identified, InboundConnection,
|
||||
*
|
||||
* @return the player's client brand
|
||||
*/
|
||||
Optional<String> getClientBrand();
|
||||
@Nullable String getClientBrand();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user