mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-02 03:24:17 +00:00
FLV SCRIPTDATAVALUE toString
This commit is contained in:
@@ -60,4 +60,9 @@ public class SCRIPTDATAVALUE {
|
||||
this.value = (Double) d;
|
||||
type = 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "" + value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user