ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActGarbageSorting.py
@@ -197,7 +197,7 @@
    Sync_GarbageTaskInfo(curPlayer, actNum, taskID)
    return giveItemList
def OnGetGuajiAwardItemDict(curPlayer, awardSeconds, isQuick):
def OnGetGuajiAwardItemDict(curPlayer, awardSeconds, useUnsecond):
    ## 获取挂机收益
        
    dropItemCountDict = {}
@@ -214,7 +214,7 @@
        if not actInfo.get(ShareDefine.ActKey_State):
            continue
        
        if not isQuick:
        if useUnsecond:
            unSeconds = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_GarbageGJSeconds % (actNum))
            awardSeconds += unSeconds