mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +00:00
Fix typo.
This commit is contained in:
parent
db14d2d00a
commit
9f8f879590
@ -296,7 +296,7 @@ class SMConfig(object):
|
||||
'-compatibility_version', '1.0.0',
|
||||
'-current_version', self.productVersion
|
||||
]
|
||||
return self.AddVersioning(self, binary)
|
||||
return self.AddVersioning(binary)
|
||||
|
||||
def ProgramBuilder(self, compiler, name):
|
||||
binary = compiler.Program(name)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user