Skip to content

Commit 858a822

Browse files
author
Motive
committed
- Final changes for 2.1 release, including commit ID update.
1 parent 96406ea commit 858a822

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Common/CortexID.galaxy

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ void libcrtx_cortexid_init()
135135
bool libcrtx_cortexid_is_superadmin(int player)
136136
{
137137
// The administrator hash of Cortex. Empty string for not allowed ever.
138-
const string expectedHash = "474c37a49f8dea7b2dd592d7e4736f0a6e4fcf548be0f616321a085754";
138+
const string expectedHash = "474c37a49f8dea7b2dd592d7e4736f0a6e4fcf548be0f616321a085754926c8f";
139139
bank b = BankLoad( libcrtx_cortexid_bank, player );
140140
string guid = libcrtx_cortexid_get_guid(player);
141141
string hash;

Common/Global.galaxy

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include "Cortex/Common/lib/libhashlib.galaxy"
1717

1818
// Cortex Git revision
1919
const string libcrtx_version_branch = "master";
20-
const string libcrtx_version_commit = "61685e0d9632e08881b22dbfaf56985777dc01bc";
20+
const string libcrtx_version_commit = "96406eac101dd694cd3b534d313635da607e3d9d";
2121

2222
// Version in form major.minor.bugfix.hotfix
2323
// ex: "0.10.1a" when concatenated

Events/PlayerLeaves.galaxy

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ bool libcrtx_event_playerleaves(bool runConditions, bool runActions)
4646
libcrtx_write_text(PlayerGroupAll(), libcrtx_colored_player_name(i) + StringToText(" has been promoted to admin by ") + libcrtx_colored_player_name(EventPlayer()));
4747
return true;
4848
}
49-
}
49+
50+
return true;
51+
}

0 commit comments

Comments
 (0)