Skip to content

Commit b2c8efd

Browse files
Lord-Henryqaisjp
authored andcommitted
admin: fix setinterior command spec (#183)
Command /setinterior only accepts a string defined in `interiors.xml` as the 2nd argument. It's not like setElementInterior that only accepts integer.
1 parent 3f98b6e commit b2c8efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

[admin]/admin/conf/commands.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<command handler="setskin" call="setskin" args="P,i" />
2020
<command handler="setstat" call="setstat" args="P,i,i" />
2121
<command handler="setteam" call="setteam" args="P,T" />
22-
<command handler="setinterior" call="setinterior" args="P,i" />
22+
<command handler="setinterior" call="setinterior" args="P,s" />
2323
<command handler="setdimension" call="setdimension" args="P,i" />
2424
<command handler="jetpack" call="jetpack" args="P" />
2525
<command handler="givevehicle" call="givevehicle" args="P,i" />

0 commit comments

Comments
 (0)