Files
4jcraft/Minecraft.Client/Platform
MatthewBeshay e89198f56c fix: sign entry crash and remove blocking callback workaround
- Initialize m_iEditingLine to 0 in SignEntryMenu constructor
  (was uninitialized, causing out-of-bounds array access)
- Add bounds check on m_iEditingLine before array access in callback
- Only truncate sign text if longer than 15 chars (avoid padding)
- Remove manual KeyboardCompleteSeedCallback call in
  LaunchMoreOptionsMenu (no longer needed since RequestKeyboard
  now fires callbacks asynchronously from Tick)
2026-03-30 13:41:54 +11:00
..
2026-03-28 03:05:06 -05:00
2026-03-28 03:05:06 -05:00
2026-03-28 03:05:06 -05:00
2026-03-28 03:05:06 -05:00
2026-03-28 03:05:06 -05:00
2026-03-22 13:43:43 -05:00
2026-03-24 08:21:19 +11:00