Bugfix (temporary) for emesary nasal runtime error.
This commit is contained in:
parent
134e0fdc5b
commit
d0749eee9b
1 changed files with 2 additions and 1 deletions
|
@ -702,7 +702,8 @@ var genericEmesaryGlobalTransmitterTransmit = func(node)
|
|||
transmitter.NotifyAll(message);
|
||||
};
|
||||
|
||||
removecommand("emesary-transmit"); #in case of reload
|
||||
# Temporary bugfix -- FIXME
|
||||
# removecommand("emesary-transmit"); #in case of reload
|
||||
addcommand("emesary-transmit", genericEmesaryGlobalTransmitterTransmit);
|
||||
|
||||
#setprop("/sim/startup/terminal-ansi-colors",0);
|
||||
|
|
Loading…
Reference in a new issue