mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-18 08:56:10 -04:00
Space after ,
This commit is contained in:
parent
7d1f52451f
commit
c5c80936a0
@ -70,8 +70,8 @@ local function testMWScript()
|
||||
local variableStore = world.mwscript.getGlobalVariables(player)
|
||||
testing.expectEqual(variableStoreCount, #variableStore)
|
||||
|
||||
variableStore.year = variableStoreCount
|
||||
testing.expectEqual(variableStoreCount,variableStore.year)
|
||||
variableStore.year = 5
|
||||
testing.expectEqual(5, variableStore.year)
|
||||
variableStore.year = 1
|
||||
local indexCheck = 0
|
||||
for index, value in ipairs(variableStore) do
|
||||
|
Loading…
x
Reference in New Issue
Block a user