修复bug
This commit is contained in:
@@ -41,6 +41,8 @@ namespace AibisDream
|
||||
{
|
||||
var _UFModule = BodyModuleSystem.FindBodyModuleByName("UF").transform.GetComponent<UFModule>();
|
||||
_UFModule.RemoveUFModule();
|
||||
BodyModuleSystem.FindBodyModuleByName("UF").SetSocketAvailable(false);
|
||||
|
||||
}
|
||||
|
||||
[YarnCommand("Temp_RemoveUFCover")]
|
||||
@@ -55,6 +57,7 @@ namespace AibisDream
|
||||
{
|
||||
var _UFModule = BodyModuleSystem.FindBodyModuleByName("UF").transform.GetComponent<UFModule>();
|
||||
_UFModule.InstallUFModule();
|
||||
BodyModuleSystem.FindBodyModuleByName("UF").SetSocketAvailable(true);
|
||||
}
|
||||
|
||||
[YarnCommand("Temp_InstallUFCover")]
|
||||
|
||||
Reference in New Issue
Block a user