always show own username, fix invisible char on spawn

This commit is contained in:
2017-10-22 21:19:14 -07:00
parent 3729258931
commit 01605fa461
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ if($_POST['reg']==1) {
mysql_query("INSERT INTO `mrpg_users` ( `id` , `name` , `password` , `x` , `y` , `dir` , `inventory` , `level` , `lastact` , `mode` )
VALUES (
'$id', '$u', '$p', '5', '3', '0', '', '0', '0', 'norm'
'$id', '$u', '$p', '5', '3', '4', '', '0', '0', 'norm'
);");
mysql_query("INSERT INTO `mrpg_confirm` VALUES (