Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add e2 timer limit convar #3196

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Conversation

wrefgtzweve
Copy link
Contributor

Currently players can make an infinite amount of timers causing severe lag

@persist A

if (first()){
    A = 0
}

interval(100)
while(perf())
{
    timer("Logic" + A,10000000,0,function(){
    })
    
    A = A + 1
}

@Denneisk Denneisk merged commit 831bc00 into wiremod:master Dec 2, 2024
1 check failed
@wrefgtzweve wrefgtzweve deleted the e2-limit-timers branch December 2, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants