Update server basic value
This commit is contained in:
		@@ -26,7 +26,7 @@ return [
 | 
				
			|||||||
        'server' => [
 | 
					        'server' => [
 | 
				
			||||||
            'zero' => 0,
 | 
					            'zero' => 0,
 | 
				
			||||||
            'self-hosted' => 999999999999,
 | 
					            'self-hosted' => 999999999999,
 | 
				
			||||||
            'basic' => 1,
 | 
					            'basic' => 2,
 | 
				
			||||||
            'pro' => 10,
 | 
					            'pro' => 10,
 | 
				
			||||||
            'ultimate' => 25,
 | 
					            'ultimate' => 25,
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user