mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-01 01:15:59 -04:00
Initial Cleanup
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user