mirror of
https://github.com/wiremod/wire.git
synced 2025-03-04 03:03:04 -05:00
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:
parent
7d6a99d751
commit
e5257b030e
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user