Merge pull request #43 from stuntguy3000/patch-1

Fix #42
This commit is contained in:
Nick Minkler 2018-01-11 16:47:21 -08:00 committed by GitHub
commit 8dc0859cba
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;
}