1
This commit is contained in:
@@ -7960,10 +7960,7 @@ class TCPGameServer(TCPServer):
|
||||
|
||||
if not new_farm_name:
|
||||
return self._send_modify_account_error(client_id, "农场名称不能为空")
|
||||
|
||||
if len(new_password) < 6:
|
||||
return self._send_modify_account_error(client_id, "密码长度至少6个字符")
|
||||
|
||||
|
||||
if len(new_player_name) > 20:
|
||||
return self._send_modify_account_error(client_id, "玩家昵称不能超过20个字符")
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
"user_password": "密码",
|
||||
"last_login_time": "2025年07月20日17时19分16秒",
|
||||
"total_login_time": "0时0分0秒",
|
||||
"last_water_reset_date": "2025-06-05",
|
||||
"farm_lots": [],
|
||||
"player_bag": [],
|
||||
"作物仓库": [],
|
||||
|
||||
@@ -682,7 +682,6 @@
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
"last_water_reset_date": "2025-06-05",
|
||||
"注册时间": "2025年05月21日15时00分00秒",
|
||||
"个人简介": "其实我是一个梨子,真的,不骗你",
|
||||
"作物仓库": [
|
||||
|
||||
2099
Server/game_saves/2804775686.json
Normal file
2099
Server/game_saves/2804775686.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user