Update join.blade.php
This commit is contained in:
parent
afac3a4a31
commit
a8410958a8
|
|
@ -235,7 +235,7 @@ local success, err = pcall(function()
|
||||||
-- Overriden
|
-- Overriden
|
||||||
onPlayerAdded(player)
|
onPlayerAdded(player)
|
||||||
|
|
||||||
player.CharacterAppearance = "http://morblox.us/Asset/CharacterFetch.ashx?userId=<?php echo $app; ?>"
|
player.CharacterAppearance = "<?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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue