Get SourceMod version from SourcePawn library

This commit is contained in:
Asher Baker
2019-07-26 23:04:27 +01:00
parent 5aaca22760
commit a3a9655d07
5 changed files with 48 additions and 21 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class SM:
self.compiler.DetectAll(AMBuild)
#Detect variables
envvars = { 'SOURCEMOD': 'sourcemod-1.7' }
envvars = { 'SOURCEMOD': 'sourcemod-1.8' }
# Finds if a dict with `key` set to `value` is present on the dict of dicts `dictionary`
def findDictByKey(dictionary, key, value):