Mercurial > wow > askmrrobot
comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 183:c6369f8f277c v86
Removed a piece of debugging code causing an issue.
author | yellowfive |
---|---|
date | Sat, 15 Feb 2020 11:16:49 -0800 |
parents | 5c586ff5fee5 |
children | a7f2ba17c39a |
comparison
equal
deleted
inserted
replaced
182:a5c00637bf07 | 183:c6369f8f277c |
---|---|
1 -- AskMrRobot-Serializer will serialize and communicate character data between users. | 1 -- AskMrRobot-Serializer will serialize and communicate character data between users. |
2 | 2 |
3 local MAJOR, MINOR = "AskMrRobot-Serializer", 85 | 3 local MAJOR, MINOR = "AskMrRobot-Serializer", 86 |
4 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) | 4 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) |
5 | 5 |
6 if not Amr then return end -- already loaded by something else | 6 if not Amr then return end -- already loaded by something else |
7 | 7 |
8 -- event and comm used for player snapshotting on entering combat | 8 -- event and comm used for player snapshotting on entering combat |