Fix bug regarding sending/receiving money
This commit is contained in:
parent
2426308f32
commit
a76644ffb9
@ -323,7 +323,8 @@ public class Econ
|
||||
}
|
||||
else if (from != null)
|
||||
{
|
||||
Money.despawn(from, by, amount);
|
||||
boolean temp = Money.despawn(from, by, amount);
|
||||
if (temp == false) return temp;
|
||||
}
|
||||
|
||||
// Handle to
|
||||
|
Loading…
Reference in New Issue
Block a user