mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
Fix typo in EmptySealMap.vb
This commit is contained in:
parent
6ff826cb44
commit
562c2fb3e0
@ -1,16 +1,16 @@
|
|||||||
+Namespace Items.KeyItems
|
Namespace Items.KeyItems
|
||||||
+
|
|
||||||
+ <Item(292, "Empty Sea Map")>
|
<Item(292, "Empty Sea Map")>
|
||||||
+ Public Class EmptySeaMap
|
Public Class EmptySeaMap
|
||||||
+
|
|
||||||
+ Inherits KeyItem
|
Inherits KeyItem
|
||||||
+
|
|
||||||
+ Public Overrides ReadOnly Property Description As String = "A sea chart on an odd blue parchment showing a point in the open ocean."
|
Public Overrides ReadOnly Property Description As String = "A sea chart on an odd blue parchment showing a point in the open ocean."
|
||||||
+
|
|
||||||
+ Public Sub New()
|
Public Sub New()
|
||||||
+ _textureRectangle = New Rectangle(192, 264, 24, 24)
|
_textureRectangle = New Rectangle(192, 264, 24, 24)
|
||||||
+ End Sub
|
End Sub
|
||||||
+
|
|
||||||
+ End Class
|
End Class
|
||||||
+
|
|
||||||
+End Namespace
|
End Namespace
|
Loading…
x
Reference in New Issue
Block a user