fixed build error
This commit is contained in:
@@ -72,8 +72,6 @@ namespace DevourClient.Hooks
|
|||||||
//MelonLoader.MelonLogger.Msg("currentPrice : " + outfit.currentPrice);
|
//MelonLoader.MelonLogger.Msg("currentPrice : " + outfit.currentPrice);
|
||||||
//MelonLoader.MelonLogger.Msg("isOwned : " + outfit.isOwned);
|
//MelonLoader.MelonLogger.Msg("isOwned : " + outfit.isOwned);
|
||||||
//MelonLoader.MelonLogger.Msg("isHidden : " + outfit.isHidden);
|
//MelonLoader.MelonLogger.Msg("isHidden : " + outfit.isHidden);
|
||||||
outfit.basePrice = 0;
|
|
||||||
outfit.currentPrice = 0;
|
|
||||||
outfit.isOwned = true;
|
outfit.isOwned = true;
|
||||||
outfit.isHidden = false;
|
outfit.isHidden = false;
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user