91³Ô¹ÏÍø

Watch CBS News

Warriors' Kerr: Green, Poole incident 'the biggest crisis that we've ever had'

SAN FRANCISCO -- Golden State Coach Steve Kerr didn't mince words when it came to the aftermath of Draymond Green's punch to the face of teammate Jordan Poole during practice last week.

"It's never easy," he told reporters after the team's 131-98 exhibition win over Portland Tuesday. "No matter what decision you make in a situation like this, it's not going to be perfect. This is the biggest crisis that we've ever had since I've been coaching. It's really serious stuff. We're not perfect. Our team isn't perfect."

There were individual meetings with Poole and Green, players-only gatherings, management team get-togethers -- all trying to determine a future course.

The final decision was a major fine, but no suspension. Green will be at practice Thursday, play in the exhibition season finale on Friday, and season opener on Tuesday.

"[General Manager Bob Myers] and I know our players extremely well," Kerr said. "We feel like this is the best way, after assessing everything, for us to move forward."

Poole also played an important role in the decision.

"I think just he's cool," Kerr said of Poole. "Not much fazes him. And I think that's part of why we're going the way we're going because we know that he's fine. We know that he's willing to move forward. He's willing to basically get back out on the floor with Draymond and go to work."     

As for the game, JaMychal Green and Moses Moody scored 20 points apiece as a team of Golden State reserves dominated the Trailblazers.

James Wiseman, coming back after missing last season with a right knee injury, had 18 points and seven rebounds. Green was 8 of 10 from the field, including missing only one of his five shots from outside the arc. Wiseman, who played 18 minutes, made 6 of 8 from the field.

Shaedon Sharpe, the seventh overall pick from Kentucky, led Portland with 17 points, while Jusuf Nurkic finished with 16 points. Anfernee Simons had 12.

Poole, Stephen Curry, Klay Thompson and Andrew Wiggins were among the key Warriors sitting out before Friday's preseason finale against Denver. 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });