Update join.blade.php

This commit is contained in:
Thomas G 2022-09-14 20:07:57 +10:00
parent f83114e17a
commit 56d4567fe9
1 changed files with 0 additions and 1 deletions

View File

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