aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/modmanager.h
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-20 21:18:55 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-20 21:18:55 +0000
commite2c028702096367c6d10f3659d4c11f598829e2c (patch)
tree5c552595b812ce2d6f2a412ee4cea5791bde95ef /NorthstarDedicatedTest/modmanager.h
parent6cacfd312ad4f433fa5acd3e1dc6383ca5685211 (diff)
downloadNorthstarLauncher-e2c028702096367c6d10f3659d4c11f598829e2c.tar.gz
NorthstarLauncher-e2c028702096367c6d10f3659d4c11f598829e2c.zip
auth fix and typo fix
Diffstat (limited to 'NorthstarDedicatedTest/modmanager.h')
-rw-r--r--NorthstarDedicatedTest/modmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/modmanager.h b/NorthstarDedicatedTest/modmanager.h
index f88cd06a..5f2f6441 100644
--- a/NorthstarDedicatedTest/modmanager.h
+++ b/NorthstarDedicatedTest/modmanager.h
@@ -27,7 +27,7 @@ public:
// would've liked to make it possible to hook arbitrary codecallbacks, but couldn't find a function that calls some ui ones
//std::string HookedCodeCallback;
- ScriptContex Context;
+ ScriptContext Context;
// called before the codecallback is executed
std::string BeforeCallback;