- Updateed for HydrogenHosting.org
- Added the ability to change fog colours
- Changed TickFogDensity to TickFog
- Changed music system to operate per client (in the event something... happens...)
- Added index for planned dynamic gamemode system
- Version bump
This commit is contained in:
2025-04-20 05:00:16 -04:00
parent 43a3db3ed2
commit 12791ba6a3
4 changed files with 32 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
public char PLUGIN_VERSION[8] = "8.0.0";
public char PLUGIN_VERSION[8] = "8.1.0a";
void sudo(int task) {
AssLogger(LOGLVL_DEBUG, "Calling sudo with %i", task);
switch (task) {