From ebb2c55c8da014b375d89cdf74f638a19bb6856d Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期四, 25 四月 2019 10:27:31 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Team/TeamApplicationBehaviour.cs | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/System/Team/TeamApplicationBehaviour.cs b/System/Team/TeamApplicationBehaviour.cs
index 527e80b..ada98d0 100644
--- a/System/Team/TeamApplicationBehaviour.cs
+++ b/System/Team/TeamApplicationBehaviour.cs
@@ -54,9 +54,8 @@
}
}
m_Job.text = OccupationNameConfig.GetOccupationName(application.job, application.jobLevel);
- var isNirvanaLevel = application.playerLevel > GeneralDefine.greatMasterStartLV;
- m_LevelSign.gameObject.SetActive(isNirvanaLevel);
- m_Level.text = isNirvanaLevel ? (application.playerLevel - GeneralDefine.greatMasterStartLV).ToString() : application.playerLevel.ToString();
+ m_LevelSign.gameObject.SetActive(false);
+ m_Level.text = application.playerLevel.ToString();
}
public override void Dispose()
--
Gitblit v1.8.0