We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2c85b0f commit8fa68e9Copy full SHA for 8fa68e9
events/local_system_map_seller.lua
@@ -47,8 +47,9 @@ local hailhook
47
localtimeouthook
48
localseller=nil
49
localNPC_name=_("A vending machine of a map seller")
50
-localolder_than_ver012a2=naev.versionTest(naev.version(),"0.12.0-alpha.1")<=0
51
-localolder_than_ver0122=naev.versionTest(naev.version(),"0.12.2")<=0
+localnew_versiontest_api=type(naev.versionTest(naev.version(),">=0.13.0-alpha.9"))=="boolean"
+localolder_than_ver012a2=notnew_versiontest_apiandnaev.versionTest(naev.version(),"0.12.0-alpha.1")<=0
52
+localolder_than_ver0122=notnew_versiontest_apiandnaev.versionTest(naev.version(),"0.12.2")<=0
53
54
functionhasLocalMap ()
55
ifplayer.outfitNumthen