diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-08-24 23:35:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 22:35:45 +0100 |
commit | 2913fa5473378ea36522f01b790de6d6696d89d1 (patch) | |
tree | b9f3ee6b3b8caaee1c9cf7208878cfa4bd712439 /NorthstarDLL/miscserverscript.cpp | |
parent | 1809c22b080de4f1daeaea949d1bf46b765b0252 (diff) | |
download | NorthstarLauncher-2913fa5473378ea36522f01b790de6d6696d89d1.tar.gz NorthstarLauncher-2913fa5473378ea36522f01b790de6d6696d89d1.zip |
Add newlines at end of file (#247)
Co-authored-by: Northstar <northstar@northstar.tf>
Diffstat (limited to 'NorthstarDLL/miscserverscript.cpp')
-rw-r--r-- | NorthstarDLL/miscserverscript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/miscserverscript.cpp b/NorthstarDLL/miscserverscript.cpp index 3b06ca10..45ab201f 100644 --- a/NorthstarDLL/miscserverscript.cpp +++ b/NorthstarDLL/miscserverscript.cpp @@ -73,4 +73,4 @@ void InitialiseMiscServerScriptCommand(HMODULE baseAddress) g_ServerSquirrelManager->AddFuncRegistration("bool", "NSIsWritingPlayerPersistence", "", "", SQ_IsWritingPlayerPersistence); g_ServerSquirrelManager->AddFuncRegistration("bool", "NSIsPlayerIndexLocalPlayer", "int playerIndex", "", SQ_IsPlayerIndexLocalPlayer); g_ServerSquirrelManager->AddFuncRegistration("bool", "NSIsDedicated", "", "", SQ_IsDedicated); -}
\ No newline at end of file +} |