

kit
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
This user has not yet published any mods.
Recent Activity
Liked comment
Turning on zone in the config gives me an error when starting the server
```
System.Collections.Generic.KeyNotFoundException: The given key 'Terminal' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at sgtlaggyQuestTweaks.Mod.<>c__DisplayClass7_0.<OnLoad>b__1(Location loc)
at System.Linq.Enumerable.IEnumerableWhereSelectIterator`2.MoveNext()
at sgtlaggyQuestTweaks.Mod.OnLoad()
at SPTarkov.Server.Core.Utils.App.InitializeAsync()
at SPTarkov.Server.Services.SptServerStartupService.Startup()
at SPTarkov.Server.Program.StartServer(String[] args)
at SPTarkov.Server.Program.Main(String[] args)
```
Oct 11, 2025 10:23 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.