File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ games { 'gta5' }
4
4
author ' Musiker15 - MSK Scripts'
5
5
name ' msk_core'
6
6
description ' Functions for MSK Scripts'
7
- version ' 2.4.3 '
7
+ version ' 2.4.4 '
8
8
9
9
lua54 ' yes'
10
10
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ local GetPlayerData = function(Player)
46
46
47
47
if MSK .Bridge .Inventory == ' ox_inventory' then
48
48
Player = FunctionOverride (Player )
49
- elseif MSK .Bridge .Inventory == ' default ' then
49
+ elseif MSK .Bridge .Inventory == ' custom ' then
50
50
Player = FunctionOverride (Player )
51
51
end
52
52
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ GetPlayerData = function(Player)
55
55
56
56
if MSK .Bridge .Inventory == ' ox_inventory' then
57
57
Player = FunctionOverride (Player )
58
- elseif MSK .Bridge .Inventory == ' default ' then
58
+ elseif MSK .Bridge .Inventory == ' custom ' then
59
59
Player = FunctionOverride (Player )
60
60
end
61
61
You can’t perform that action at this time.
0 commit comments