We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d61e3f commit 504b404Copy full SHA for 504b404
1 file changed
src/main/kotlin/com/nekiplay/hypixelcry/features/lua/objects/player/PlayerObject.kt
@@ -58,7 +58,7 @@ class PlayerObject : LuaValue() {
58
"getLookEndPos" -> GetLookEndPosFunction()
59
"getDirectionFromYawPitch" -> GetDirectionFromYawPitch()
60
61
- "getScoreboardLines" -> GetScoreboardLinesFunction()
+ "getScoreBoardLines" -> GetScoreboardLinesFunction()
62
63
"raycast" -> RayCastFunction()
64
else -> NIL
0 commit comments