but command not work (/edittool)
Merged post
i have this when i reload plugin :
16:53 [Info] EditTool was compiled successfully in 2008ms
Merged post
and when i use /edittool, unknown command: edittool
Merged post
this is my compiler file :
[SERVER v1.0.24] Started as service
[SERVER v1.0.24] Running as service
[SERVER v1.0.24] Got Message: Ready
[SERVER v1.0.24] Got Message: Compile
[SERVER v1.0.24] Console: EditTool.cs(617,21): warning CS0219: The variable `ray' is assigned but its value is never used
EditTool.cs(619,25): warning CS0219: The variable `difference' is assigned but its value is never used
EditTool.cs(1574,29): warning CS0472: The result of comparing value type `UnityEngine.Vector2' with null is always `true'
EditTool.cs(1583,29): warning CS0472: The result of comparing value type `UnityEngine.Vector2' with null is always `true'
EditTool.cs(2279,29): warning CS0472: The result of comparing value type `UnityEngine.Vector2' with null is always `true'
EditTool.cs(2288,29): warning CS0472: The result of comparing value type `UnityEngine.Vector2' with null is always `true'
EditTool.cs(273,32): warning CS0414: The private field `Oxide.Plugins.EditTool.ToolPlayerData._lastRotation' is assigned but its value is never used
EditTool.cs(672,27): warning CS0414: The private field `Oxide.Plugins.EditTool.EntitySaver._ownerID' is assigned but its value is never used
EditTool.cs(675,29): warning CS0414: The private field `Oxide.Plugins.EditTool.EntitySaver.lastPos' is assigned but its value is never used