We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee43579 commit 34f6875Copy full SHA for 34f6875
1 file changed
Flames/Commands/Scripting/CmdPlugin.cs
@@ -15,6 +15,7 @@ software distributed under the Licenses are distributed on an "AS IS"
15
or implied. See the Licenses for the specific language governing
16
permissions and limitations under the Licenses.
17
*/
18
+#if !F_DOTNET
19
using Flames.Scripting;
20
21
namespace Flames.Commands.Scripting
@@ -99,4 +100,5 @@ public override void Help(Player p)
99
100
p.Message("&HLists all loaded plugins");
101
}
102
-}
103
+}
104
+#endif
0 commit comments