Skip to content

Commit 504b404

Browse files
committed
Update PlayerObject.kt
1 parent 3d61e3f commit 504b404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/kotlin/com/nekiplay/hypixelcry/features/lua/objects/player

src/main/kotlin/com/nekiplay/hypixelcry/features/lua/objects/player/PlayerObject.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class PlayerObject : LuaValue() {
5858
"getLookEndPos" -> GetLookEndPosFunction()
5959
"getDirectionFromYawPitch" -> GetDirectionFromYawPitch()
6060

61-
"getScoreboardLines" -> GetScoreboardLinesFunction()
61+
"getScoreBoardLines" -> GetScoreboardLinesFunction()
6262

6363
"raycast" -> RayCastFunction()
6464
else -> NIL

0 commit comments

Comments
 (0)