mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 14:09:06 +00:00
Oops, copypaste typo
This commit is contained in:
parent
06e0be0856
commit
08821f5156
1 changed files with 1 additions and 1 deletions
|
@ -2115,7 +2115,7 @@ luaFunc(shot_setMaxSpeed)
|
|||
{
|
||||
Shot *shot = getShot(L);
|
||||
if (shot)
|
||||
shot->homingness = lua_tonumber(L, 2);
|
||||
shot->maxSpeed = lua_tonumber(L, 2);
|
||||
luaReturnNil();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue