From e5257b030e30b3c06d933331f9a8a084826a80d7 Mon Sep 17 00:00:00 2001 From: Grocel Date: Tue, 4 Jun 2024 00:57:40 +0200 Subject: [PATCH] Removed @include "garrysmod.fgd" from wiremod.fgd (#3078) It is not needed and actually interferes with loading order and can cause conflicts with other included fgd files. --- wiremod.fgd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wiremod.fgd b/wiremod.fgd index 606f5936..42d45d35 100644 --- a/wiremod.fgd +++ b/wiremod.fgd @@ -1,6 +1,4 @@ -@include "garrysmod.fgd" - -@PointClass color(0 120 0) base(Targetname) size(-4 -4 -4, 4 4 4) = info_wiremapinterface +@PointClass base(Targetname) size(-4 -4 -4, 4 4 4) color(0 120 0) = info_wiremapinterface : "Creates an interface between the map and Wiremod." [ wire_entity_name(target_destination) : "Wire Entity" : "" : "The name of an entity or of the entities that will get wire ports."