mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
显示MOD超模时先自动优化下
This commit is contained in:
parent
24a27cd8ad
commit
bd8e7c709a
@ -105,6 +105,10 @@ public partial class winWorkMenu : WindowX
|
|||||||
}
|
}
|
||||||
public void ShowWork(Work work)
|
public void ShowWork(Work work)
|
||||||
{
|
{
|
||||||
|
if (!mw.Set["gameconfig"].GetBool("noAutoCal") && work.IsOverLoad())
|
||||||
|
{
|
||||||
|
work.FixOverLoad();
|
||||||
|
}
|
||||||
nowworkdisplay = work;
|
nowworkdisplay = work;
|
||||||
|
|
||||||
//显示图像
|
//显示图像
|
||||||
|
Loading…
Reference in New Issue
Block a user