Initial Cleanup

This commit is contained in:
Reedux
2020-05-08 11:35:47 +01:00
parent 8808f58c8d
commit 9e93fa67b8
54 changed files with 340 additions and 548 deletions
@@ -89,7 +89,7 @@ public class fish extends script.base_script
if (length > 0.0f)
{
names[line] = "length";
attribs[line] = "" + length + "m";
attribs[line] = length + "m";
line++;
if (line > names.length)
{