mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2024-11-14 06:25:43 +01:00
Merge branch 'MilkBowl:master' into master
This commit is contained in:
commit
458620a15c
@ -79,11 +79,6 @@ public class EconomyResponse {
|
||||
* @return Value
|
||||
*/
|
||||
public boolean transactionSuccess() {
|
||||
switch (type) {
|
||||
case SUCCESS:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
return type == ResponseType.SUCCESS;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user