mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 02:30:43 -05:00
Add missing return type
This commit is contained in:
parent
13be82ea20
commit
ed0e3d64c3
@ -91,7 +91,7 @@ export class EventOutputHolder {
|
||||
this.cleanUpCompleteCraftsInProfile(pmcData.Hideout.Production);
|
||||
}
|
||||
|
||||
protected resetMoneyTransferLimit(limit: IMoneyTransferLimits) {
|
||||
protected resetMoneyTransferLimit(limit: IMoneyTransferLimits): void {
|
||||
if (limit.nextResetTime < this.timeUtil.getTimestamp()) {
|
||||
limit.nextResetTime += limit.resetInterval;
|
||||
limit.remainingLimit = limit.totalLimit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user