mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
One decimal in config enforced
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ Config.RemoveItemsAfterRPDeath = true
|
||||
Config.EarlyRespawnFine = false
|
||||
Config.EarlyRespawnFineAmount = 5000
|
||||
|
||||
Config.RespawnPoint = { coords = vector3(341.07, -1397.31, 32.51), heading = 48.5 }
|
||||
Config.RespawnPoint = { coords = vector3(341.0, -1397.3, 32.5), heading = 48.5 }
|
||||
|
||||
Config.Hospitals = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user