Vault

Vault

7M Downloads

Doesn't with Offlineplayer arg methods work slower?

CodingLukas opened this issue ยท 1 comments

commented

Is there any performance advantage vs old deprecated method or a new method?

Main.economy.hasAccount(Offlineplayer arg)
vs
Main.economy.hasAccount(String arg)

commented

String lookups are deprecated because they are forwarded to offline player lookups. There is no performance difference because of this. Furthermore the String playerName methods are deprecated because they will be removed completely in the future.