This commit is contained in:
Luke Anderson 2018-01-11 21:52:22 +10:30 committed by GitHub
parent bf98e28a93
commit 8884a12f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@ public class ExamplePlugin extends JavaPlugin {
}
}
public static Economy getEcononomy() {
public static Economy getEconomy() {
return econ;
}