mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Capitalized previously missed global
This commit is contained in:
parent
88c57780fc
commit
0771ab21b6
@ -18,7 +18,7 @@ CBA = "P:\\x\\cba"
|
||||
##########################
|
||||
|
||||
def main():
|
||||
fulldir = "{}\\{}".format(MAINDIR,PROJECTDIR)
|
||||
FULLDIR = "{}\\{}".format(MAINDIR,PROJECTDIR)
|
||||
print("""
|
||||
######################################
|
||||
# ACE3 Development Environment Setup #
|
||||
@ -36,7 +36,7 @@ def main():
|
||||
[Arma 3 installation directory]\\{} => ACE3 project folder
|
||||
P:\\{} => ACE3 project folder
|
||||
|
||||
It will also copy the required CBA includes to {}, if you do not have the CBA source code already.""".format(fulldir,fulldir,CBA))
|
||||
It will also copy the required CBA includes to {}, if you do not have the CBA source code already.""".format(FULLDIR,FULLDIR,CBA))
|
||||
print("\n")
|
||||
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user