|
|
@@ -542,10 +542,10 @@ namespace Fort23.Mono
|
|
|
[CustomMethod(CustomMethodType.Update)]
|
|
|
public void Update()
|
|
|
{
|
|
|
- if (Input.GetKeyDown(KeyCode.Y))
|
|
|
- {
|
|
|
- FTPLogUploader.Instance.UploadLogsToFTP();
|
|
|
- }
|
|
|
+ // if (Input.GetKeyDown(KeyCode.Y))
|
|
|
+ // {
|
|
|
+ // FTPLogUploader.Instance.UploadLogsToFTP();
|
|
|
+ // }
|
|
|
|
|
|
|
|
|
// int currentMiao = (int)((TimeHelper.ClientNow() - PlayerManager.Instance.myHero.heroData.upTime) / 1000);
|