mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复工作问题
This commit is contained in:
parent
78b84adf32
commit
d2d977b858
@ -38,7 +38,7 @@ namespace VPet_Simulator.Core
|
||||
DisplaySleep(true);
|
||||
return;
|
||||
case WorkingState.Work:
|
||||
nowWork.Display(this);
|
||||
NowWork.Display(this);
|
||||
return;
|
||||
case WorkingState.Travel:
|
||||
//TODO
|
||||
|
@ -79,7 +79,7 @@ namespace VPet_Simulator.Windows.Interface
|
||||
{
|
||||
if (m.State != WorkingState.Work)
|
||||
return false;
|
||||
if (m.nowWork.Name != Working)
|
||||
if (m.NowWork.Name != Working)
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user