Update FUtil.java

This commit is contained in:
Elmon11 2021-01-03 19:23:10 +01:00 committed by GitHub
parent 7afa80c89f
commit e32c2eed15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,7 @@ public class FUtil
}
else
{
return DEVELOPERS.contains(player.getName());
return DEVELOPER_NAMES.contains(player.getName());
}
}