GIT: Newline

This commit is contained in:
Joshua Davidson 2018-09-14 14:49:45 -04:00
parent fbfdff0ba7
commit f7a040ad3d

View file

@ -248,4 +248,4 @@ var decreaseManVS = func {
if (manvs <= 1 and manvs >= 0 and !auto) {
setprop("/systems/pressurization/outflowpos-man", manvs - 0.001);
}
}
}