Update misleading SM version number
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ class SM:
|
||||
self.compiler.DetectAll(AMBuild)
|
||||
|
||||
#Detect variables
|
||||
envvars = { 'SOURCEMOD15': 'sourcemod-1.5' }
|
||||
envvars = { 'SOURCEMOD': 'sourcemod-1.7' }
|
||||
|
||||
# Finds if a dict with `key` set to `value` is present on the dict of dicts `dictionary`
|
||||
def findDictByKey(dictionary, key, value):
|
||||
|
||||
Reference in New Issue
Block a user