Update basetriggers.sp for Dystopia compatibility#2075
Update basetriggers.sp for Dystopia compatibility#2075psychonic merged 5 commits intoalliedmodders:masterfrom bauxiteDYS:master
Conversation
Dystopia has a built-in command called nextmap which breaks due to the Sourcemod nextmap command. This modification is intended to restore Dystopia compatibility.
|
Calling char folder[64];
GetGameFolderName(folder, sizeof(folder));every Alternatively, Dystopia itself could use its own command, since SM has using |
Thanks, makes sense. I believe I did it right this time hopefully. Unfortunately Dystopia has no devs as of recently so that probably won't be changed. |
|
Thanks! |
Dystopia has a built-in command called nextmap which breaks due to the Sourcemod nextmap command. This modification is intended to restore Dystopia compatibility.