fixed build error

This commit is contained in:
2023-11-04 10:37:05 +01:00
parent ce6ed66275
commit ebfb23588e

View File

@@ -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;