fix guest shirt

This commit is contained in:
Thomas G 2022-10-22 11:09:55 +11:00
parent c26e1846f8
commit 4032935b3e
2 changed files with 11 additions and 1 deletions

10
public/asset/401 Normal file
View File

@ -0,0 +1,10 @@
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.archblox.com/archblox.xsd" version="4">
<External>null</External>
<External>nil</External>
<Item class="Shirt" referent="RBX0">
<Properties>
<string name="Name">Clothing</string>
<Content name="ShirtTemplate"><url>http://morblox.us/asset/?id=400</url></Content>
</Properties>
</Item>
</roblox>

View File

@ -6,7 +6,7 @@ if ($userId == 0) {
$hat1 = 300; $hat1 = 300;
$hat2 = 0; $hat2 = 0;
$hat3 = 0; $hat3 = 0;
$shirt = 400; $shirt = 401;
$pants = 0; $pants = 0;
$shirtgraphic = 0; $shirtgraphic = 0;
$face = 0; $face = 0;