mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Revert "Support # command in SQF Validator (quick, will miss missing semi-colons on actual # command) (#6338)" (#6689)
This reverts commit 7ee08fa4c9
.
This commit is contained in:
parent
7ee08fa4c9
commit
e1774a848c
@ -85,7 +85,7 @@ def check_sqf_syntax(filepath):
|
||||
isInString = True
|
||||
inStringType = c
|
||||
elif (c == '#'):
|
||||
checkForSemiColumn = False
|
||||
ignoreTillEndOfLine = True
|
||||
elif (c == '/'):
|
||||
checkIfInComment = True
|
||||
elif (c == '('):
|
||||
|
Loading…
Reference in New Issue
Block a user