Cargo Telepad (#2579)
* Cargo telepad * fixes error * more efficient tile lookup Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace Content.Client
|
||||
namespace Content.Client
|
||||
{
|
||||
public static class IgnoredComponents
|
||||
{
|
||||
@@ -225,7 +225,8 @@
|
||||
"MachineFrame",
|
||||
"MachineBoard",
|
||||
"ChemicalAmmo",
|
||||
"BiologicalSurgeryData"
|
||||
"BiologicalSurgeryData",
|
||||
"CargoTelepad",
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user