luaapi: fix wesnoth.current.user_is_replaying
This commit is contained in:
parent
a7d3db9cf7
commit
f3c48ab8ce
1 changed files with 1 additions and 1 deletions
|
@ -1883,7 +1883,7 @@ CURRENT_GETTER("schedule", lua_index_raw) {
|
|||
return lua_index_raw(L);
|
||||
}
|
||||
|
||||
CURRENT_GETTER("user_is_replaying", int) {
|
||||
CURRENT_GETTER("user_is_replaying", bool) {
|
||||
return k.pc().is_replay();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue