Skip to content

Commit c5a2820

Browse files
committed
nvm (ima yeet the people i work for i swear)
1 parent d9e6e22 commit c5a2820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paper/src/main/java/re/imc/geysermodelengine/util/BedrockUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class BedrockUtils {
99
private static final FloodgateApi floodgateAPIHook = FloodgateAPIHook.getAPI();
1010

1111
public static boolean isBedrockPlayer(Player player) {
12-
if (floodgateAPIHook != null) return floodgateAPIHook.isFloodgateId(player.getUniqueId());
12+
if (floodgateAPIHook != null) return floodgateAPIHook.isFloodgatePlayer(player.getUniqueId());
1313
String clientBrand = player.getClientBrandName();
1414
if (clientBrand == null) return false;
1515
return clientBrand.contains("Geyser");

0 commit comments

Comments
 (0)