1
0
Fork 0

Bugfix (temporary) for emesary nasal runtime error.

This commit is contained in:
legoboyvdlp R 2020-08-31 19:39:22 +01:00
parent 134e0fdc5b
commit d0749eee9b

View file

@ -702,7 +702,8 @@ var genericEmesaryGlobalTransmitterTransmit = func(node)
transmitter.NotifyAll(message); transmitter.NotifyAll(message);
}; };
removecommand("emesary-transmit"); #in case of reload # Temporary bugfix -- FIXME
# removecommand("emesary-transmit"); #in case of reload
addcommand("emesary-transmit", genericEmesaryGlobalTransmitterTransmit); addcommand("emesary-transmit", genericEmesaryGlobalTransmitterTransmit);
#setprop("/sim/startup/terminal-ansi-colors",0); #setprop("/sim/startup/terminal-ansi-colors",0);