tweak(esx_bankerjob): uniform print

This commit is contained in:
Mycroft
2022-09-23 00:59:54 +01:00
parent 35054c69da
commit 6cadfd9040
+1 -1
View File
@@ -100,7 +100,7 @@ function CalculateBankSavings(d, h, m)
end)
Async.parallelLimit(asyncTasks, 5, function(results)
print('[BANK] Calculated interests')
print('[^2INFO^7] Calculated interest Rate')
end)
end)
end