Skip to content

Commit 34f6875

Browse files
Update CmdPlugin.cs
1 parent ee43579 commit 34f6875

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Flames/Commands/Scripting/CmdPlugin.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ software distributed under the Licenses are distributed on an "AS IS"
1515
or implied. See the Licenses for the specific language governing
1616
permissions and limitations under the Licenses.
1717
*/
18+
#if !F_DOTNET
1819
using Flames.Scripting;
1920

2021
namespace Flames.Commands.Scripting
@@ -99,4 +100,5 @@ public override void Help(Player p)
99100
p.Message("&HLists all loaded plugins");
100101
}
101102
}
102-
}
103+
}
104+
#endif

0 commit comments

Comments
 (0)