bjorn 1 year ago
parent
commit
9691a73a7c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/init.lua
  2. 1 1
      api/lovr/enet/init.lua

+ 1 - 1
api/init.lua

@@ -909,7 +909,7 @@ return {
     {
       name = "enet",
       tag = "plugins",
-      summary = "Multiplayer utilities.",
+      summary = "UDP networking library.",
       description = "ENet is a UDP networking plugin bundled with LÖVR that can be used for networking and multiplayer experiences.  ENet allows messages to be marked for reliable and in-order delivery, allowing the speed of UDP to be used without sacrificing reliability.\n\nThe full documentation and examples can be found on the [lua-enet](http://leafo.net/lua-enet/) page.  LÖVE also has lua-enet documentation [here](https://love2d.org/wiki/lua-enet).",
       key = "enet",
       enums = {},

+ 1 - 1
api/lovr/enet/init.lua

@@ -1,6 +1,6 @@
 return {
   tag = 'plugins',
-  summary = 'Multiplayer utilities.',
+  summary = 'UDP networking library.',
   description = [[
     ENet is a UDP networking plugin bundled with LÖVR that can be used for networking and
     multiplayer experiences.  ENet allows messages to be marked for reliable and in-order delivery,