进一步完善服务器功能,添加远程命令系统,踢人系统
This commit is contained in:
@@ -571,6 +571,8 @@ func _on_quit_button_pressed():
|
||||
func _on_visibility_changed():
|
||||
if visible:
|
||||
GlobalVariables.isZoomDisabled = true
|
||||
# 面板显示时请求同步最新的背包数据
|
||||
tcp_network_manager_panel.send_sync_bag_data_request()
|
||||
update_crop_warehouse_ui()
|
||||
pass
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user