Tabletop Insertions Repaired #562

Open
opened 2026-07-05 10:29:49 +00:00 by LukeZurg22 · 0 comments
Contributor
/// <summary>
///     If true, players can place objects onto tabletop games like chess boards.
/// </summary>
/// <remarks>
///     This feature is currently highly abusable and can easily be used to crash the server,
///     so it's off by default.
/// </remarks>
public static readonly CVarDef<bool> GameTabletopPlace =
    CVarDef.Create("game.tabletop_place", false, CVar.SERVERONLY);

Note for self to fix the horrible bugs this has.

See TabletopSystem.cs

Use tags.

/// <summary> /// If true, players can place objects onto tabletop games like chess boards. /// </summary> /// <remarks> /// This feature is currently highly abusable and can easily be used to crash the server, /// so it's off by default. /// </remarks> public static readonly CVarDef<bool> GameTabletopPlace = CVarDef.Create("game.tabletop_place", false, CVar.SERVERONLY); Note for self to fix the horrible bugs this has. See TabletopSystem.cs Use tags.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Byrd-Station/Byrd#562
No description provided.