Skip to content
Snippets Groups Projects
Commit f8fec8e6 authored by SteelT's avatar SteelT
Browse files

Lua: fix K_PlayPowerGloatSound mistype

parent a3284df6
No related branches found
No related tags found
No related merge requests found
......@@ -2752,7 +2752,7 @@ static luaL_Reg lib[] = {
// k_kart
{"K_PlayAttackTaunt", lib_kAttackSound},
{"K_PlayBoostTaunt", lib_kBoostSound},
{"K_PlayPowerGloatSund", lib_kGloatSound},
{"K_PlayPowerGloatSound", lib_kGloatSound},
{"K_PlayOvertakeSound", lib_kOvertakeSound},
{"K_PlayLossSound", lib_kLossSound},
{"K_PlayHitEmSound", lib_kHitEmSound},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment