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.
This commit is contained in:
Grocel 2024-06-04 00:57:40 +02:00 committed by GitHub
parent 7d6a99d751
commit e5257b030e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,4 @@
@include "garrysmod.fgd" @PointClass base(Targetname) size(-4 -4 -4, 4 4 4) color(0 120 0) = info_wiremapinterface
@PointClass color(0 120 0) base(Targetname) size(-4 -4 -4, 4 4 4) = info_wiremapinterface
: "Creates an interface between the map and Wiremod." : "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." wire_entity_name(target_destination) : "Wire Entity" : "" : "The name of an entity or of the entities that will get wire ports."