Fix bug regarding sending/receiving money

This commit is contained in:
Magnus Ulf 2020-01-20 14:21:18 +01:00
parent 2426308f32
commit a76644ffb9

View File

@ -323,7 +323,8 @@ public class Econ
} }
else if (from != null) else if (from != null)
{ {
Money.despawn(from, by, amount); boolean temp = Money.despawn(from, by, amount);
if (temp == false) return temp;
} }
// Handle to // Handle to