Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
AunePVP committed Dec 16, 2022
2 parents 4b4fad4 + fdd658b commit 13b06c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion users/control/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

// Update profile picture
if (array_key_exists('chpp', $_POST)) {
$seed = $_POST["seed"];
$seed = preg_replace('/[^A-Za-z0-9\-]/', '', $_POST["seed"]);
$sprite = $_POST["slctsprite"];
if ($sprite == "human") {
$sprite = $_POST["selectsph"];
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.2.0-alpha
v2.2.1-alpha

0 comments on commit 13b06c5

Please sign in to comment.