mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-17 06:16:02 +01:00
Fix typo for Gabz default cash in location
This commit is contained in:
@@ -27,7 +27,9 @@ BankLocations = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if Config.General.Gabz then
|
if Config.General.Gabz then
|
||||||
Config.Receipts.CashInLocation = vec4(269.28, 217.24, 106.28, 69.0)
|
Config.Receipts.CashInLocations = {
|
||||||
|
vec4(269.28, 217.24, 106.28, 69.0)
|
||||||
|
}
|
||||||
BankLocations = {
|
BankLocations = {
|
||||||
["legion"] = {
|
["legion"] = {
|
||||||
vec4(149.5, -1042.08, 29.37, 342.74), -- Legion Fleeca
|
vec4(149.5, -1042.08, 29.37, 342.74), -- Legion Fleeca
|
||||||
|
|||||||
Reference in New Issue
Block a user