1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-30 21:17:07 +02:00
parent 6b392377d9
commit 8e223144bb
3 changed files with 6 additions and 4 deletions

View file

@ -9874,7 +9874,7 @@ QBShared.Items = {
type = 'weapon',
image = 'weapon_dagger.png',
},
weapon_throwingshoe_red = {
weapon_throwingshoered = {
shouldClose = true,
type = 'weapon',
description = '',
@ -9883,6 +9883,6 @@ QBShared.Items = {
unique = true,
useable = true,
image = 'weapon_throwingshoered.png',
name = 'weapon_throwingshoe_red',
name = 'weapon_throwingshoered',
},
}