mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-27 16:56:48 -04:00
Merge pull request #163 from TyroneSWG/patch-1
Console error when paying Hero of Tatooine farmer.
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ public class quest_hero_of_tatooine_farmer extends script.base_script
|
||||
return;
|
||||
}
|
||||
int bank_before = getBankBalance(player);
|
||||
if (money.requestPayment(player, "hero_of_tatooine", 10000, null, null, false))
|
||||
if (money.requestPayment(player, "hero_of_tatooine", 10000, "noHandler", null, false))
|
||||
{
|
||||
int bank_after = getBankBalance(player);
|
||||
int bank_delta = bank_before - bank_after;
|
||||
|
||||
Reference in New Issue
Block a user