1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-03-23 03:53:30 +08:00

Remove spaces

This commit is contained in:
SSSSSSSan
2025-11-23 21:53:59 +08:00
committed by Soar Qin
parent 2487a099c1
commit 524e2b62f0
2 changed files with 10 additions and 11 deletions

View File

@@ -62,7 +62,6 @@ public class Dustbin : BaseUnityPlugin, IModCanSave, IMultiplayerMod
{
var sandsPerItem = itemId <= 12000 ? Dustbin.SandsFactors[itemId] : 0;
if (sandsPerItem <= 0) return count;
var player = GameMain.mainPlayer;
var addCount = count * sandsPerItem;
player.sandCount += addCount;