Skip to content

Commit b0cdf56

Browse files
committed
Updated spawnable list size
1 parent 0d772ba commit b0cdf56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/spawn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class SpawnCommand : public ICommand
66
{
77
public:
88
// clang-format off
9-
std::array<const char *, 524> m_Hints = {
9+
std::array<const char *, 523> m_Hints = {
1010
// Base game - Land vehicles
1111
"v000_car_atv_civilian_01",
1212
"v000_car_atv_javi",

0 commit comments

Comments
 (0)