Update join.blade.php

This commit is contained in:
Thomas G 2022-09-14 19:35:08 +10:00
parent a8410958a8
commit 8074233929
1 changed files with 2 additions and 2 deletions

View File

@ -234,8 +234,8 @@ local success, err = pcall(function()
-- Overriden
onPlayerAdded(player)
player.CharacterAppearance = "<?php echo $app; ?>"
player.CharacterAppearance = "test"
-- player.CharacterAppearance = "http://morblox.us/Asset/CharacterFetch.ashx?userId=<?php echo $app; ?>"
if not test then visit:SetUploadUrl("")end
player.Name = "<?php echo $username; ?>"
end)