diff --git a/resources/views/client/BodyColors.blade.php b/resources/views/client/BodyColors.blade.php index 4d3b2c6..8bc3bdc 100644 --- a/resources/views/client/BodyColors.blade.php +++ b/resources/views/client/BodyColors.blade.php @@ -1,12 +1,12 @@ @php header("content-type:text/plain"); $userId = addslashes($_GET["userId"]); -$headcolor = 11 -$leftarmcolor = 11 -$leftlegcolor = 1003 -$rightarmcolor = 11 -$rightlegcolor = 1003 -$torsocolor = 1003 +$headcolor = 11; +$leftarmcolor = 11; +$leftlegcolor = 1003; +$rightarmcolor = 11; +$rightlegcolor = 1003; +$torsocolor = 1003; //TODO: add avatar system @endphp