mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Forcing a recompile.
This commit is contained in:
@@ -81,7 +81,7 @@ def Compile(serverState):
|
||||
failed=False
|
||||
if stdout:
|
||||
for line in stdout.split():
|
||||
if line.contains('error: '):
|
||||
if 'error:' in line:
|
||||
send_nudge('COMPILE ERROR: {0}'.format('line'))
|
||||
failed=True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user