summaryrefslogtreecommitdiffstats
path: root/src/modules/m_spanningtree/main.cpp
diff options
context:
space:
mode:
authorGravatar peavey2009-04-23 22:21:35 +0000
committerGravatar peavey2009-04-23 22:21:35 +0000
commit15b51c2ecc81e06c0efb537bec968f7c5acd2ed4 (patch)
treef2faa8fb9d3602c02e178cba1fdc7d035ac3cb1c /src/modules/m_spanningtree/main.cpp
parentHeres the beef so far (diff)
downloadinspircd++-15b51c2ecc81e06c0efb537bec968f7c5acd2ed4.tar.gz
inspircd++-15b51c2ecc81e06c0efb537bec968f7c5acd2ed4.tar.bz2
inspircd++-15b51c2ecc81e06c0efb537bec968f7c5acd2ed4.zip
rollback r11326, we're going to make vc9 the officially supported windows build methods since the few of us doing win dev can't keep up maintaining the others.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11327 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree/main.cpp')
-rw-r--r--src/modules/m_spanningtree/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp
index 836fb3185..b38929ad0 100644
--- a/src/modules/m_spanningtree/main.cpp
+++ b/src/modules/m_spanningtree/main.cpp
@@ -946,7 +946,7 @@ Version ModuleSpanningTree::GetVersion()
*/
void ModuleSpanningTree::Prioritize()
{
- ServerInstance->Modules->SetModulePriority(this, PRIORITY_LAST);
+ ServerInstance->Modules->SetPriority(this, PRIORITY_LAST);
}
MODULE_INIT(ModuleSpanningTree)