Skip to content

Commit 4ca3bb3

Browse files
committed
fix(CustomPlayer/UIModel.cs, CustomPlayer.dll) Fix the exception.
Fix the unhandled exception in GetUserInput.
1 parent e3aa533 commit 4ca3bb3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
0 Bytes
Binary file not shown.

CustomPlayer/src/UICustomPlayer/UIModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public bool updateCharactersNames()
102102
/// </summary>
103103
public string getUserInput()
104104
{
105-
return GTA.Game.GetUserInput(GTA.WindowTitle.FMMC_KEY_TIP9N, 60);
105+
return GTA.Game.GetUserInput(GTA.WindowTitle.FMMC_KEY_TIP8, 30);
106106
}
107107

108108

0 commit comments

Comments
 (0)