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