Reverting compile times. They were just annoying and a bad idea.

This commit is contained in:
Giacomand
2013-07-04 23:01:48 +01:00
parent 613ea1e3b3
commit a04daf159f
2 changed files with 2 additions and 9 deletions
-2
View File
@@ -39,8 +39,6 @@ client/verb/tcscompile()
src << output(null, "tcserror")
src << output("<font color = black>Please wait, compiling...</font>", "tcserror")
if(Server.compiling)
return
var/list/compileerrors = Server.compile(mob) // then compile the code!
if(!telecomms_check(mob))
return