mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Fix some errors with Hall of Fame
This commit is contained in:
parent
86d6f706e9
commit
542d1084e0
@ -175,7 +175,7 @@
|
||||
Case "halloffame"
|
||||
If argument <> "" Then
|
||||
If argument.Contains(",") = False Then
|
||||
If StringHelper.IsNumeric(argument) Then
|
||||
If argument.EndsWith(".dat") = False Then
|
||||
Core.SetScreen(New TransitionScreen(Core.CurrentScreen, New HallOfFameScreen(Core.CurrentScreen, int(argument)), Color.Black, False))
|
||||
Else
|
||||
Core.SetScreen(New TransitionScreen(Core.CurrentScreen, New HallOfFameScreen(Core.CurrentScreen, argument), Color.Black, False))
|
||||
|
Loading…
x
Reference in New Issue
Block a user