package sourcemod-plugin-properpregame

This commit is contained in:
Robin Appelman 2026-07-10 20:30:01 +02:00
commit 1fc1db846d
4 changed files with 42 additions and 2 deletions

View file

@ -73,6 +73,7 @@
"sourcemod-plugin-who"
"sourcemod-plugin-afk"
"sourcemod-plugin-demostf"
"sourcemod-plugin-properpregame"
]
// {
test = pkgs:
@ -83,7 +84,7 @@
sourcemod = true;
plugins = with pkgs; [
sourcemod-plugin-soap-tf2dm
sourcemod-plugin-demostf
sourcemod-plugin-properpregame
srctvplus
];
};