Skip to content

Commit

Permalink
chore: 🎨 Run formatter + change version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Oct 7, 2024
1 parent d2d58b8 commit dbcf0e6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion server-data/resources/[bpt_addons]/bpt_vehicletax/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

<program> Copyright (C) 2022-2024 bitpredator
bpt_vehicletax Copyright (C) 2022-2024 bitpredator
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
Expand Down
10 changes: 5 additions & 5 deletions server-data/resources/[bpt_addons]/bpt_vehicletax/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ fx_version("adamant")
game("gta5")
description("property tax")
author("bitpredator")
version("1.0.1")
version("1.0.2")

shared_script("@es_extended/imports.lua")

server_scripts({
"@es_extended/locale.lua",
"@oxmysql/lib/MySQL.lua",
"locales/*.lua",
"server/server.lua",
"@es_extended/locale.lua",
"@oxmysql/lib/MySQL.lua",
"locales/*.lua",
"server/*.lua",
})
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Locales["en"] = {
["vehicle_tax"] = "vehicle tax",
["vehicle_tax"] = "vehicle tax",
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Locales["it"] = {
["vehicle_tax"] = "tassa sui veicoli",
["vehicle_tax"] = "tassa sui veicoli",
}

0 comments on commit dbcf0e6

Please sign in to comment.