File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class AMXXConfig(object):
71
71
if len (hlsdk_path ):
72
72
self .hlsdk_path = os .path .join (builder .originalCwd , hlsdk_path )
73
73
if not os .path .exists (self .hlsdk_path ):
74
- raise Exception ('Metamod path does not exist: {0}' .format (hlsdk_path ))
74
+ raise Exception ('HLSDK path does not exist: {0}' .format (hlsdk_path ))
75
75
else :
76
76
try_paths = [
77
77
os .path .join (builder .sourcePath , '..' , 'hlsdk' ),
@@ -94,7 +94,7 @@ class AMXXConfig(object):
94
94
if len (mysql_path ):
95
95
self .mysql_path = os .path .join (builder .originalCwd , mysql_path )
96
96
if not os .path .exists (self .mysql_path ):
97
- raise Exception ('Metamod path does not exist: {0}' .format (mysql_path ))
97
+ raise Exception ('MySQL path does not exist: {0}' .format (mysql_path ))
98
98
else :
99
99
try_paths = [
100
100
os .path .join (builder .sourcePath , '..' , 'mysql-5.5' ),
You can’t perform that action at this time.
0 commit comments